Give me back my scroll wheel

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

Vad är Give me back my scroll wheel?

Give me back my scroll wheel är en Chrome-tillägg utvecklad av https://ewoutkleinsmann.com, och dess huvudfunktion är "Capture any click event and cancel its propagation if the scroll wheel was used.".

Ladda ner Give me back my scroll wheel-förlängningens CRX-fil

Ladda ner Give me back my scroll wheel-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn Give me back my scroll wheel Give me back my scroll wheel
ID kfdffnefaojncoocjegphgaphgbkogpi
Officiell webbadress https://chromewebstore.google.com/detail/give-me-back-my-scroll-wh/kfdffnefaojncoocjegphgaphgbkogpi
Beskrivning Capture any click event and cancel its propagation if the scroll wheel was used.
Filstorlek 32.21 KB
Antal Installationer 21
Aktuell Version 0.2
Senast Uppdaterad 2012-08-13
Publiceringsdatum 2012-08-13
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://ewoutkleinsmann.com
Betalningssätt free
Tilläggswebbplats http://ewoutkleinsmann.com/give-me-back-my-scroll-wheel/
Stödda Språk 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"
    }
}