V7 quickieZoom

quick and simple way to zoom pages

V7 quickieZoom là gì?

V7 quickieZoom là một tiện ích mở rộng Chrome được phát triển bởi v7addons, và tính năng chính của nó là "quick and simple way to zoom pages".

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

screenshot

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

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

                        Zoom web pages with one click.

Push mouse cursor to the left edge of your browser window and click the red-blue stripe to zoom pages. Another click will reset zoom to 100%.

In extension settings choose desired zoom level (default is 150%)

Simple and fast.                    

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

Tên V7 quickieZoom V7 quickieZoom
ID cjocehfjdbpepbcojnihchgmaomenmoc
URL Chính Thức https://chromewebstore.google.com/detail/v7-quickiezoom/cjocehfjdbpepbcojnihchgmaomenmoc
Mô tả quick and simple way to zoom pages
Kích Thước Tệp 73.38 KB
Số Lần Cài Đặt 95
Phiên Bản Hiện Tại 2.7.3
Cập Nhật Lần Cuối 2020-03-02
Ngày Phát Hành 2020-03-01
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển v7addons
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "stil.css"
            ],
            "js": [
                "script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_opis__",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "128": "\/img\/logo128.png",
        "48": "\/img\/logo48.png",
        "16": "\/img\/logo16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_V7__",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "version": "2.7.3"
}