Disable Ctrl + Scroll Wheel Zoom

Disables the ctrl + scroll wheel zoom shortcut in Chrome.

Qu'est-ce que Disable Ctrl + Scroll Wheel Zoom ?

Disable Ctrl + Scroll Wheel Zoom est une extension Chrome développée par phparkle, et sa fonction principale est "Disables the ctrl + scroll wheel zoom shortcut in Chrome.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Disable Ctrl + Scroll Wheel Zoom

Téléchargez les fichiers d'extension Disable Ctrl + Scroll Wheel 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

                        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.                    

Informations de Base sur l'Extension

Nom Disable Ctrl + Scroll Wheel Zoom Disable Ctrl + Scroll Wheel Zoom
ID mdpfkohgfpidohkakdbpmnngaocglmhl
URL Officiel https://chromewebstore.google.com/detail/disable-ctrl-+-scroll-whe/mdpfkohgfpidohkakdbpmnngaocglmhl
Description Disables the ctrl + scroll wheel zoom shortcut in Chrome.
Taille du Fichier 142 KB
Nombre d'Installations 3,552
Version Actuelle 1.1.2
Dernière Mise à Jour 2023-08-24
Date de Publication 2020-03-09
Évaluation 4.30/5 Total 27 Évaluations
Développeur phparkle
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}