Give me back my scroll wheel
Capture any click event and cancel its propagation if the scroll wheel was used.
Wat is Give me back my scroll wheel?
Give me back my scroll wheel is een Chrome-extensie ontwikkeld door https://ewoutkleinsmann.com, en de belangrijkste functie is "Capture any click event and cancel its propagation if the scroll wheel was used.".
Download het CRX-bestand van de extensie Give me back my scroll wheel
Download Give me back my scroll wheel-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
Basisinformatie over de Extensie
Naam | |
ID | kfdffnefaojncoocjegphgaphgbkogpi |
Officiële URL | https://chromewebstore.google.com/detail/give-me-back-my-scroll-wh/kfdffnefaojncoocjegphgaphgbkogpi |
Beschrijving | Capture any click event and cancel its propagation if the scroll wheel was used. |
Bestandsgrootte | 32.21 KB |
Aantal Installaties | 21 |
Huidige Versie | 0.2 |
Laatst Bijgewerkt | 2012-08-13 |
Publicatiedatum | 2012-08-13 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://ewoutkleinsmann.com |
Betalingswijze | free |
Extensiewebsite | http://ewoutkleinsmann.com/give-me-back-my-scroll-wheel/ |
Ondersteunde Talen | 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" } } |