SmoothZoom – Quick Page Zoom

Pinch-to-zoom convenience, now on your desktop.

SmoothZoom – Quick Page Zoom là gì?

SmoothZoom – Quick Page Zoom là một tiện ích mở rộng Chrome được phát triển bởi KristijanRoss, và tính năng chính của nó là "Pinch-to-zoom convenience, now on your desktop.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng SmoothZoom – Quick Page 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

                        Hold right-click and spin the mouse wheel to zoom toward the cursor. Enjoy the convenience of pinch-to-zoom functionality from touch screens, now available on your desktop.

Try it out on this DEMO website, without downloading: https://zoom.k1k1.dev/

Many touchpads support pinch-to-zoom in a way that they trigger the built-in page zoom. You can intercept this action by changing the zoom activation key from "RClick" to "Ctrl". This way, you don't need a mouse wheel to use SmoothZoom!                    

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

Tên SmoothZoom – Quick Page Zoom SmoothZoom – Quick Page Zoom
ID nlloamlgdioincflcopfgkbikjgaiihg
URL Chính Thức https://chromewebstore.google.com/detail/smoothzoom-%E2%80%93-quick-page-z/nlloamlgdioincflcopfgkbikjgaiihg
Mô tả Pinch-to-zoom convenience, now on your desktop.
Kích Thước Tệp 236 KB
Số Lần Cài Đặt 1,242
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2023-06-06
Ngày Phát Hành 2022-03-21
Đánh Giá 4.77/5 Tổng số 35 Đánh Giá
Nhà Phát Triển KristijanRoss
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://zoom.k1k1.dev
URL Trang Chính Sách Bảo Mật https://ednevnik.plus/politika-privatnosti
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SmoothZoom \u2013 Quick Page Zoom",
    "version": "1.2",
    "description": "Pinch-to-zoom convenience, now on your desktop.",
    "author": "Kristijan Rosandi\u0107",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "action": {
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "service_worker": "background\/service-worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject\/content-script.js"
            ],
            "css": [
                "inject\/style.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "inject\/frame-messenger.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ]
}