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 |
Eメール | [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": [ " |