SmoothZoom – Quick Page Zoom

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

Qu'est-ce que SmoothZoom – Quick Page Zoom ?

SmoothZoom – Quick Page Zoom est une extension Chrome développée par KristijanRoss, et sa fonction principale est "Pinch-to-zoom convenience, now on your desktop.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension SmoothZoom – Quick Page Zoom

Téléchargez les fichiers d'extension SmoothZoom – Quick Page Zoom au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom SmoothZoom – Quick Page Zoom SmoothZoom – Quick Page Zoom
ID nlloamlgdioincflcopfgkbikjgaiihg
URL Officiel https://chromewebstore.google.com/detail/smoothzoom-%E2%80%93-quick-page-z/nlloamlgdioincflcopfgkbikjgaiihg
Description Pinch-to-zoom convenience, now on your desktop.
Taille du Fichier 236 KB
Nombre d'Installations 1,242
Version Actuelle 1.2
Dernière Mise à Jour 2023-06-06
Date de Publication 2022-03-21
Évaluation 4.77/5 Total 35 Évaluations
Développeur KristijanRoss
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://zoom.k1k1.dev
URL de la Page de Politique de Confidentialité https://ednevnik.plus/politika-privatnosti
Langues Prises en Charge 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
        }
    ]
}