Single Tab Zoom

Prevents zooming from being applied to an entire site.

Single Tab Zoom là gì?

Single Tab Zoom là một tiện ích mở rộng Chrome được phát triển bởi Daniel Herr, và tính năng chính của nó là "Prevents zooming from being applied to an entire site.".

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

Tải xuống các tệp mở rộng Single Tab 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

                        Overrides Chrome's default behavior of applying zoom so that it is only applied to the current tab. Existing site zoom settings may need to be removed at chrome://settings/contentExceptions#zoomlevels                    

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

Tên Single Tab Zoom Single Tab Zoom
ID palhkglkelpleoalemmjdhbdckkikjmo
URL Chính Thức https://chromewebstore.google.com/detail/single-tab-zoom/palhkglkelpleoalemmjdhbdckkikjmo
Mô tả Prevents zooming from being applied to an entire site.
Kích Thước Tệp 4.7 KB
Số Lần Cài Đặt 1,010
Phiên Bản Hiện Tại 2017.40
Cập Nhật Lần Cuối 2017-02-10
Ngày Phát Hành 2017-02-09
Đánh Giá 3.17/5 Tổng số 23 Đánh Giá
Nhà Phát Triển Daniel Herr
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://danielherr.github.io
URL Trang Trợ Giúp https://github.com/DanielHerr/Single-Tab-Zoom/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "main.js"
        ]
    },
    "author": "Daniel Herr",
    "description": "Prevents zooming from being applied to an entire site.",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "42",
    "name": "Single Tab Zoom",
    "version": "2017.40"
}