Disable Ctrl + Scroll Wheel Zoom

Disables the ctrl + scroll wheel zoom shortcut in Chrome.

Was ist Disable Ctrl + Scroll Wheel Zoom?

Disable Ctrl + Scroll Wheel Zoom ist eine Chrome-Erweiterung, die von phparkle entwickelt wurde, und ihr Hauptmerkmal ist "Disables the ctrl + scroll wheel zoom shortcut in Chrome.".

Erweiterungsscreenshots

screenshot

Disable Ctrl + Scroll Wheel Zoom-Erweiterungs-CRX-Datei herunterladen

Laden Sie Disable Ctrl + Scroll Wheel Zoom-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Disable Ctrl + Scroll Wheel Zoom Disable Ctrl + Scroll Wheel Zoom
ID mdpfkohgfpidohkakdbpmnngaocglmhl
Offizielle URL https://chromewebstore.google.com/detail/disable-ctrl-+-scroll-whe/mdpfkohgfpidohkakdbpmnngaocglmhl
Beschreibung Disables the ctrl + scroll wheel zoom shortcut in Chrome.
Dateigröße 142 KB
Installationsanzahl 3,552
Aktuelle Version 1.1.2
Letztes Update 2023-08-24
Veröffentlichungsdatum 2020-03-09
Bewertung 4.30/5 Insgesamt 27 Bewertungen
Entwickler phparkle
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}