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 là gì?
Give me back my scroll wheel là một tiện ích mở rộng Chrome được phát triển bởi https://ewoutkleinsmann.com, và tính năng chính của nó là "Capture any click event and cancel its propagation if the scroll wheel was used.".
Tải xuống tệp CRX của tiện ích mở rộng Give me back my scroll wheel
Tải xuống các tệp mở rộng Give me back my scroll wheel dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kfdffnefaojncoocjegphgaphgbkogpi |
URL Chính Thức | https://chromewebstore.google.com/detail/give-me-back-my-scroll-wh/kfdffnefaojncoocjegphgaphgbkogpi |
Mô tả | Capture any click event and cancel its propagation if the scroll wheel was used. |
Kích Thước Tệp | 32.21 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 0.2 |
Cập Nhật Lần Cuối | 2012-08-13 |
Ngày Phát Hành | 2012-08-13 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | https://ewoutkleinsmann.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://ewoutkleinsmann.com/give-me-back-my-scroll-wheel/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |