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”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載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 W Zoom
ID jneiefgdpanjnbjgdiaokmgjnbhclaom
官方網址 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": [
                ""
            ],
            "js": [
                "third-party\/jquery\/jquery.min.js",
                "source\/content-script\/content-script.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "source\/content-script\/disable-mousewheel-zoom.min.js"
    ],
    "options_ui": {
        "page": "source\/options\/options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "source\/background.min.js"
        ],
        "persistent": true
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "incognito": "split"
}