SmoothZoom – Quick Page Zoom

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

什麼是SmoothZoom – Quick Page Zoom?

SmoothZoom – Quick Page Zoom是由KristijanRoss開發的Chrome擴展程式,該擴展的主要功能是“Pinch-to-zoom convenience, now on your desktop.”。

擴展截圖

screenshot
screenshot

下載SmoothZoom – Quick Page Zoom擴展crx文件

下載SmoothZoom – Quick Page Zoom擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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!                    

擴展基本資訊

名稱 SmoothZoom – Quick Page Zoom SmoothZoom – Quick Page Zoom
ID nlloamlgdioincflcopfgkbikjgaiihg
官方網址 https://chromewebstore.google.com/detail/smoothzoom-%E2%80%93-quick-page-z/nlloamlgdioincflcopfgkbikjgaiihg
簡介 Pinch-to-zoom convenience, now on your desktop.
檔案大小 236 KB
安裝次數 1,242
目前版本 1.2
更新時間 2023-06-06
上架時間 2022-03-21
評分 4.77/5 共 35 次評分
開發者 KristijanRoss
電子郵箱 [email protected]
付費類型 free
擴展官網 https://zoom.k1k1.dev
隱私政策頁面URL https://ednevnik.plus/politika-privatnosti
支援的語言 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
        }
    ]
}