Disable Ctrl + Scroll Wheel Zoom

Disables the ctrl + scroll wheel zoom shortcut in Chrome.

Cos'è Disable Ctrl + Scroll Wheel Zoom?

Disable Ctrl + Scroll Wheel Zoom è un'estensione di Chrome sviluppata da phparkle, e la sua funzione principale è "Disables the ctrl + scroll wheel zoom shortcut in Chrome.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Disable Ctrl + Scroll Wheel Zoom

Scarica i file di estensione Disable Ctrl + Scroll Wheel Zoom in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        IMPORTANT NOTE:

Please test this extension on any website that is NOT the Chrome web store! Chrome does not allow extensions to run any code on the store itself.                    

Informazioni di Base sull'Estensione

Nome Disable Ctrl + Scroll Wheel Zoom Disable Ctrl + Scroll Wheel Zoom
ID mdpfkohgfpidohkakdbpmnngaocglmhl
URL Ufficiale https://chromewebstore.google.com/detail/disable-ctrl-+-scroll-whe/mdpfkohgfpidohkakdbpmnngaocglmhl
Descrizione Disables the ctrl + scroll wheel zoom shortcut in Chrome.
Dimensione del File 142 KB
Conteggio Installazioni 3,552
Versione Corrente 1.1.2
Ultimo Aggiornamento 2023-08-24
Data di Pubblicazione 2020-03-09
Valutazione 4.30/5 Totale 27 Valutazioni
Sviluppatore phparkle
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Ctrl + Scroll Wheel Zoom",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "Disables the ctrl + scroll wheel zoom shortcut in Chrome.",
    "homepage_url": "http:\/\/github.com\/phparkle\/disable-scroll-wheel-zoom",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "disable-scroll-wheel-zoom.min.js"
            ]
        }
    ]
}