Glimpse is a Google Chrome extension which lets you take a quick glimpse at the mobile view of any Web page.
The easiest way to install Glimpse is to do so from the Chrome Web Store.
If you’d like to work on Glimpse:
- In a shell, navigate to the root of the project and run
coffee -c js/*.coffee
- This compiles
main.coffee
intomain.js
- This compiles
- In Chrome, open chrome://extensions
- Check “Developer mode” in the upper-right hand corner of the page
- Click the button “Load unpacked extension…” which appears
- Choose the directory containing the Glimpse source
- In a shell, navigate to the root of the project and run
coffee -wc js/*.coffee
- This will watch
main.coffee
and compile it intomain.js
whenever you save any changes
- This will watch
- Whenever you make any changes and want to try them out:
- Open chrome://extensions
- Find Glimpse in the list of extensions
- Click the “Reload” link just under the Glimpse extension list entry
Copyright 2013 Arc90, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use these files except in compliance with the License. You may obtain a copy of the License at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.