Give me back my scroll wheel

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

Cos'è Give me back my scroll wheel?

Give me back my scroll wheel è un'estensione di Chrome sviluppata da https://ewoutkleinsmann.com, e la sua funzione principale è "Capture any click event and cancel its propagation if the scroll wheel was used.".

Scarica il file CRX dell'estensione Give me back my scroll wheel

Scarica i file di estensione Give me back my scroll wheel 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

                                            

Informazioni di Base sull'Estensione

Nome Give me back my scroll wheel Give me back my scroll wheel
ID kfdffnefaojncoocjegphgaphgbkogpi
URL Ufficiale https://chromewebstore.google.com/detail/give-me-back-my-scroll-wh/kfdffnefaojncoocjegphgaphgbkogpi
Descrizione Capture any click event and cancel its propagation if the scroll wheel was used.
Dimensione del File 32.21 KB
Conteggio Installazioni 21
Versione Corrente 0.2
Ultimo Aggiornamento 2012-08-13
Data di Pubblicazione 2012-08-13
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://ewoutkleinsmann.com
Tipo di Pagamento free
Sito Web dell'Estensione http://ewoutkleinsmann.com/give-me-back-my-scroll-wheel/
Lingue Supportate 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"
    }
}