W Zoom
A Chrome extension which can perform per-tab/per-origin/per-path zooming
What is W Zoom?
W Zoom is a Chrome extension developed by https://wtoolkit.com, and its main feature is "A Chrome extension which can perform per-tab/per-origin/per-path zooming".
Extension Screenshots
Download W Zoom Extension CRX File
Download W Zoom 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
- 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.
Extension Basic Information
Name | W Zoom |
ID | jneiefgdpanjnbjgdiaokmgjnbhclaom |
Official URL | https://chromewebstore.google.com/detail/w-zoom/jneiefgdpanjnbjgdiaokmgjnbhclaom |
Description | A Chrome extension which can perform per-tab/per-origin/per-path zooming |
File Size | 306 KB |
Installation Count | 7,351 |
Current Version | 1.0.17 |
Last Updated | 2016-07-12 |
Publish Date | 2016-07-12 |
Rating | 3.61/5 Total 56 Ratings |
Developer | https://wtoolkit.com |
[email protected] | |
Payment Type | free |
Extension Website | http://www.wtoolkit.com/projects/wzoom/ |
Supported Languages | 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": [ " |