SmoothZoom – Quick Page Zoom

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

Wat is SmoothZoom – Quick Page Zoom?

SmoothZoom – Quick Page Zoom is een Chrome-extensie ontwikkeld door KristijanRoss, en de belangrijkste functie is "Pinch-to-zoom convenience, now on your desktop.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie SmoothZoom – Quick Page Zoom

Download SmoothZoom – Quick Page Zoom-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam SmoothZoom – Quick Page Zoom SmoothZoom – Quick Page Zoom
ID nlloamlgdioincflcopfgkbikjgaiihg
Officiële URL https://chromewebstore.google.com/detail/smoothzoom-%E2%80%93-quick-page-z/nlloamlgdioincflcopfgkbikjgaiihg
Beschrijving Pinch-to-zoom convenience, now on your desktop.
Bestandsgrootte 236 KB
Aantal Installaties 1,242
Huidige Versie 1.2
Laatst Bijgewerkt 2023-06-06
Publicatiedatum 2022-03-21
Beoordeling 4.77/5 Totaal 35 Beoordelingen
Ontwikkelaar KristijanRoss
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://zoom.k1k1.dev
URL van de Privacybeleid Pagina https://ednevnik.plus/politika-privatnosti
Ondersteunde Talen 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
        }
    ]
}