No-Alt-Mouse-Wheel
Prevent mouse wheel scrolling if alt is pressed
No-Alt-Mouse-Wheelคืออะไร?
No-Alt-Mouse-Wheel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lars Kiesow และคุณลักษณะหลักของมันคือ "Prevent mouse wheel scrolling if alt is pressed"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย No-Alt-Mouse-Wheel
ดาวน์โหลดไฟล์ส่วนขยาย No-Alt-Mouse-Wheel ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This comes in handy if system events are already bound to scrolling with modifier keys like for example the window managers desktop zoom accessibility feature which would otherwise cause page-scrolling in Chrome every time it is being used.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hhkhclphjffknpneoimgmpegghdfgmjb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/no-alt-mouse-wheel/hhkhclphjffknpneoimgmpegghdfgmjb |
คำอธิบาย | Prevent mouse wheel scrolling if alt is pressed |
ขนาดไฟล์ | 16.6 KB |
จำนวนการติดตั้ง | 31 |
เวอร์ชันปัจจุบัน | 0.2 |
อัปเดตครั้งล่าสุด | 2019-03-20 |
วันที่เผยแพร่ | 2019-03-14 |
คะแนน | 4.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Lars Kiesow |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/lkiesow/chromw-no-alt-mouse-wheel |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No-Alt-Mouse-Wheel", "description": "Prevent mouse wheel scrolling if alt is pressed", "version": "0.2", "author": "Lars Kiesow", "homepage_url": "https:\/\/github.com\/lkiesow\/chromw-no-alt-mouse-wheel", "content_scripts": [ { "all_frames": true, "matches": [ "*:\/\/*\/*" ], "js": [ "no-alt-wheel.js" ] } ] } |