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
公式URL 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
Eメール [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
        }
    ]
}