W Zoom

A Chrome extension which can perform per-tab/per-origin/per-path zooming

W Zoom là gì?

W Zoom là một tiện ích mở rộng Chrome được phát triển bởi https://wtoolkit.com, và tính năng chính của nó là "A Chrome extension which can perform per-tab/per-origin/per-path zooming".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng W Zoom

Tải xuống các tệp mở rộng W Zoom dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        - 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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên W Zoom W Zoom
ID jneiefgdpanjnbjgdiaokmgjnbhclaom
URL Chính Thức https://chromewebstore.google.com/detail/w-zoom/jneiefgdpanjnbjgdiaokmgjnbhclaom
Mô tả A Chrome extension which can perform per-tab/per-origin/per-path zooming
Kích Thước Tệp 306 KB
Số Lần Cài Đặt 7,351
Phiên Bản Hiện Tại 1.0.17
Cập Nhật Lần Cuối 2016-07-12
Ngày Phát Hành 2016-07-12
Đánh Giá 3.61/5 Tổng số 56 Đánh Giá
Nhà Phát Triển https://wtoolkit.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.wtoolkit.com/projects/wzoom/
Ngôn Ngữ Được Hỗ Trợ 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"
}