Disable Ctrl + Scroll Wheel Zoom

Disables the ctrl + scroll wheel zoom shortcut in Chrome.

Wat is Disable Ctrl + Scroll Wheel Zoom?

Disable Ctrl + Scroll Wheel Zoom is een Chrome-extensie ontwikkeld door phparkle, en de belangrijkste functie is "Disables the ctrl + scroll wheel zoom shortcut in Chrome.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Disable Ctrl + Scroll Wheel Zoom

Download Disable Ctrl + Scroll Wheel 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

                        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.                    

Basisinformatie over de Extensie

Naam Disable Ctrl + Scroll Wheel Zoom Disable Ctrl + Scroll Wheel Zoom
ID mdpfkohgfpidohkakdbpmnngaocglmhl
Officiële URL https://chromewebstore.google.com/detail/disable-ctrl-+-scroll-whe/mdpfkohgfpidohkakdbpmnngaocglmhl
Beschrijving Disables the ctrl + scroll wheel zoom shortcut in Chrome.
Bestandsgrootte 142 KB
Aantal Installaties 3,552
Huidige Versie 1.1.2
Laatst Bijgewerkt 2023-08-24
Publicatiedatum 2020-03-09
Beoordeling 4.30/5 Totaal 27 Beoordelingen
Ontwikkelaar phparkle
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}