Give me back my scroll wheel
Capture any click event and cancel its propagation if the scroll wheel was used.
Give me back my scroll wheelとは何ですか?
Give me back my scroll wheelはhttps://ewoutkleinsmann.comによって開発されたChromeの拡張機能で、その主な機能は「Capture any click event and cancel its propagation if the scroll wheel was used.」です。
Give me back my scroll wheel拡張機能のCRXファイルをダウンロード
Give me back my scroll wheel拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | |
ID | kfdffnefaojncoocjegphgaphgbkogpi |
公式URL | https://chromewebstore.google.com/detail/give-me-back-my-scroll-wh/kfdffnefaojncoocjegphgaphgbkogpi |
説明 | Capture any click event and cancel its propagation if the scroll wheel was used. |
ファイルサイズ | 32.21 KB |
インストール数 | 21 |
現在のバージョン | 0.2 |
最終更新日 | 2012-08-13 |
公開日 | 2012-08-13 |
評価 | 5.00/5 合計 3 レビュー |
開発者 | https://ewoutkleinsmann.com |
支払い方法 | free |
拡張機能のウェブサイト | http://ewoutkleinsmann.com/give-me-back-my-scroll-wheel/ |
対応言語 | 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" } } |