Zoom on doubleclick
Zooming in on websites. Doubleclick on any element on this page to zoom in and doubleclick again, or use ESC, to zoom out.
What is Zoom on doubleclick?
Zoom on doubleclick is a Chrome extension developed by https://www.m-software.de, and its main feature is "Zooming in on websites. Doubleclick on any element on this page to zoom in and doubleclick again, or use ESC, to zoom out.".
Extension Screenshots
Download Zoom on doubleclick Extension CRX File
Download Zoom on doubleclick extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Zoom on doubleclick |
ID | jkmalmidnicnnmceielaelokkdmmgkcb |
Official URL | https://chromewebstore.google.com/detail/zoom-on-doubleclick/jkmalmidnicnnmceielaelokkdmmgkcb |
Description | Zooming in on websites. Doubleclick on any element on this page to zoom in and doubleclick again, or use ESC, to zoom out. |
File Size | 51.37 KB |
Installation Count | 1,121 |
Current Version | 0.1.1 |
Last Updated | 2012-12-04 |
Publish Date | 2012-12-04 |
Rating | 4.27/5 Total 62 Ratings |
Developer | https://www.m-software.de |
Payment Type | free |
Extension Website | http://m-software.de/google-chrome-zoom-plugin |
Help Page URL | http://m-software.de/google-chrome-zoom-plugin |
Supported Languages | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": " Zoom on doubleclick", "version": "0.1.1", "manifest_version": 2, "description": "Zooming in on websites. Doubleclick on any element on this page to zoom in and doubleclick again, or use ESC, to zoom out.", "homepage_url": "http:\/\/m-software.de", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js", "js\/jquery-1.8.3.min.js", "src\/zoom.js" ] } ] } |