Quick Zoom

Enables browser zoom with Cmd + mouse wheel

Qu'est-ce que Quick Zoom ?

Quick Zoom est une extension Chrome développée par Tom Scott, et sa fonction principale est "Enables browser zoom with Cmd + mouse wheel".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

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

Téléchargez les fichiers d'extension Quick 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

                        Quick Zoom allows you to zoom into the page using your mouse wheel and holding down the Cmd key.

Similar to the Ctrl + mouse wheel on Windows, Quick Zoom brings this functionality to macOS.

Usage: 
macOS
Hold down your Cmd key and scroll with your mouse to zoom in and out of the page.

Windows
Hold down the Windows key and scroll with your mouse to zoom in and out of the page. The browser also allows you to zoom by holding Ctrl and scrolling with your mouse wheel without this extension.

For more information see the website.                    

Informations de Base sur l'Extension

Nom Quick Zoom Quick Zoom
ID lgallnmjflibiofogpfalipjikgdaipb
URL Officiel https://chromewebstore.google.com/detail/quick-zoom/lgallnmjflibiofogpfalipjikgdaipb
Description Enables browser zoom with Cmd + mouse wheel
Taille du Fichier 15.84 KB
Nombre d'Installations 2,339
Version Actuelle 1.0.1
Dernière Mise à Jour 2020-12-24
Date de Publication 2020-11-01
Évaluation 4.05/5 Total 19 Évaluations
Développeur Tom Scott
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Silver292/quick-zoom
URL de la Page d'Aide https://github.com/Silver292/quick-zoom/issues
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quick Zoom",
    "version": "1.0.1",
    "description": "Enables browser zoom with Cmd + mouse wheel",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistant": "false"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "permissions": [],
    "icons": {
        "16": "logo_16.png",
        "48": "logo_48.png",
        "128": "logo_128.png"
    },
    "manifest_version": 2
}