Quick Zoom

Enables browser zoom with Cmd + mouse wheel

Wat is Quick Zoom?

Quick Zoom is een Chrome-extensie ontwikkeld door Tom Scott, en de belangrijkste functie is "Enables browser zoom with Cmd + mouse wheel".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Quick Zoom

Download Quick 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

                        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.                    

Basisinformatie over de Extensie

Naam Quick Zoom Quick Zoom
ID lgallnmjflibiofogpfalipjikgdaipb
Officiële URL https://chromewebstore.google.com/detail/quick-zoom/lgallnmjflibiofogpfalipjikgdaipb
Beschrijving Enables browser zoom with Cmd + mouse wheel
Bestandsgrootte 15.84 KB
Aantal Installaties 2,339
Huidige Versie 1.0.1
Laatst Bijgewerkt 2020-12-24
Publicatiedatum 2020-11-01
Beoordeling 4.05/5 Totaal 19 Beoordelingen
Ontwikkelaar Tom Scott
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/Silver292/quick-zoom
Help Pagina-URL https://github.com/Silver292/quick-zoom/issues
Ondersteunde Talen 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
}