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.
什么是Zoom on doubleclick?
Zoom on doubleclick是由https://www.m-software.de开发的Chrome扩展程序,该扩展的主要功能是“Zooming in on websites. Doubleclick on any element on this page to zoom in and doubleclick again, or use ESC, to zoom out.”。
扩展截图
下载Zoom on doubleclick扩展crx文件
下载Zoom on doubleclick扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Zoom on doubleclick |
ID | jkmalmidnicnnmceielaelokkdmmgkcb |
官方URL | https://chromewebstore.google.com/detail/zoom-on-doubleclick/jkmalmidnicnnmceielaelokkdmmgkcb |
简介 | Zooming in on websites. Doubleclick on any element on this page to zoom in and doubleclick again, or use ESC, to zoom out. |
文件大小 | 51.37 KB |
安装次数 | 1,121 |
当前版本 | 0.1.1 |
更新时间 | 2012-12-04 |
上架时间 | 2012-12-04 |
评分 | 4.27/5 共62次评分 |
开发者 | https://www.m-software.de |
付费类型 | free |
扩展官网 | http://m-software.de/google-chrome-zoom-plugin |
帮助页面URL | http://m-software.de/google-chrome-zoom-plugin |
支持的语言 | 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" ] } ] } |