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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://ewoutkleinsmann.com และคุณลักษณะหลักของมันคือ "Capture any click event and cancel its propagation if the scroll wheel was used."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Give me back my scroll wheel
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |