W Zoom
A Chrome extension which can perform per-tab/per-origin/per-path zooming
什么是W Zoom?
W Zoom是由https://wtoolkit.com开发的Chrome扩展程序,该扩展的主要功能是“A Chrome extension which can perform per-tab/per-origin/per-path zooming”。
扩展截图
下载W Zoom扩展crx文件
下载W Zoom扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- This extension zoom a page without modifying the content of the page. - In the options page, you can set the default zooming mode and zooming method. - In the "per-path" options page, you can define per-path zoom factor. For example, all pages under http://www.wtoolkit.com/projects/wzoom/ will be zoomed to 130%, and all pages under http://www.wtoolkit.com/projects/wdict/ will be zoomed to 145%. - In the "advanced" options page, you can disable the "mousewheel + ctrl key" zooming operation.
扩展基本信息
名称 | W Zoom |
ID | jneiefgdpanjnbjgdiaokmgjnbhclaom |
官方URL | https://chromewebstore.google.com/detail/w-zoom/jneiefgdpanjnbjgdiaokmgjnbhclaom |
简介 | A Chrome extension which can perform per-tab/per-origin/per-path zooming |
文件大小 | 306 KB |
安装次数 | 7,351 |
当前版本 | 1.0.17 |
更新时间 | 2016-07-12 |
上架时间 | 2016-07-12 |
评分 | 3.61/5 共56次评分 |
开发者 | https://wtoolkit.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | http://www.wtoolkit.com/projects/wzoom/ |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "W Zoom", "description": "A Chrome extension which can perform per-tab\/per-origin\/per-path zooming", "version": "1.0.17", "icons": { "16": "img\/icon16.png", "18": "img\/icon18.png", "19": "img\/icon19.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": { "16": "img\/icon16.png", "18": "img\/icon18.png", "19": "img\/icon19.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "default_title": "wZoom", "default_popup": "source\/popup\/popup.html" }, "content_scripts": [ { "matches": [ " |