W Zoom
A Chrome extension which can perform per-tab/per-origin/per-path zooming
Apa itu W Zoom?
W Zoom adalah ekstensi Chrome yang dikembangkan oleh https://wtoolkit.com, dan fitur utamanya adalah "A Chrome extension which can perform per-tab/per-origin/per-path zooming".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi W Zoom
Unduh file ekstensi W Zoom dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
- 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.
Informasi Dasar Ekstensi
Nama | W Zoom |
ID | jneiefgdpanjnbjgdiaokmgjnbhclaom |
URL Resmi | https://chromewebstore.google.com/detail/w-zoom/jneiefgdpanjnbjgdiaokmgjnbhclaom |
Deskripsi | A Chrome extension which can perform per-tab/per-origin/per-path zooming |
Ukuran File | 306 KB |
Jumlah Instalasi | 7,351 |
Versi Saat Ini | 1.0.17 |
Terakhir Diperbarui | 2016-07-12 |
Tanggal Publikasi | 2016-07-12 |
Penilaian | 3.61/5 Total 56 Penilaian |
Pengembang | https://wtoolkit.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | http://www.wtoolkit.com/projects/wzoom/ |
Bahasa yang Didukung | 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": [ " |