SmoothZoom – Quick Page Zoom

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

SmoothZoom – Quick Page Zoom क्या है?

SmoothZoom – Quick Page Zoom KristijanRoss द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Pinch-to-zoom convenience, now on your desktop."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SmoothZoom – Quick Page Zoom एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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
        }
    ]
}