Give me back my scroll wheel

Capture any click event and cancel its propagation if the scroll wheel was used.

Qu'est-ce que Give me back my scroll wheel ?

Give me back my scroll wheel est une extension Chrome développée par https://ewoutkleinsmann.com, et sa fonction principale est "Capture any click event and cancel its propagation if the scroll wheel was used.".

Télécharger le fichier CRX de l'extension Give me back my scroll wheel

Téléchargez les fichiers d'extension Give me back my scroll wheel 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

                                            

Informations de Base sur l'Extension

Nom Give me back my scroll wheel Give me back my scroll wheel
ID kfdffnefaojncoocjegphgaphgbkogpi
URL Officiel https://chromewebstore.google.com/detail/give-me-back-my-scroll-wh/kfdffnefaojncoocjegphgaphgbkogpi
Description Capture any click event and cancel its propagation if the scroll wheel was used.
Taille du Fichier 32.21 KB
Nombre d'Installations 21
Version Actuelle 0.2
Dernière Mise à Jour 2012-08-13
Date de Publication 2012-08-13
Évaluation 5.00/5 Total 3 Évaluations
Développeur https://ewoutkleinsmann.com
Type de Paiement free
Site Web de l'Extension http://ewoutkleinsmann.com/give-me-back-my-scroll-wheel/
Langues Prises en Charge nl
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Give me back my scroll wheel",
    "version": "0.2",
    "description": "Capture any click event and cancel its propagation if the scroll wheel was used.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "script.js"
            ]
        }
    ],
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}