Chrome Wheel
Makes alt/shift/ctrl-scrollwheel scroll in large increments instead of default behavior.
Chrome Wheelคืออะไร?
Chrome Wheel เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://samskivert.com และคุณลักษณะหลักของมันคือ "Makes alt/shift/ctrl-scrollwheel scroll in large increments instead of default behavior."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Wheel
ดาวน์โหลดไฟล์ส่วนขยาย Chrome Wheel ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Back in the good old days, ctrl-mousewheel or alt-mousewheel scrolled the page in large (full page) increments. That was actually useful. Then someone had the genius idea of making that scale the page up or down. Not so useful in my humble opinion, so this plugin restores the "scroll faster" behavior.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | ceooplgmfmmjjbmnmhnpnmkikmmcikbn |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/chrome-wheel/ceooplgmfmmjjbmnmhnpnmkikmmcikbn |
คำอธิบาย | Makes alt/shift/ctrl-scrollwheel scroll in large increments instead of default behavior. |
ขนาดไฟล์ | 3.52 KB |
จำนวนการติดตั้ง | 19 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2016-12-02 |
วันที่เผยแพร่ | 2016-12-02 |
คะแนน | 3.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | http://samskivert.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Wheel", "version": "1.0.1", "description": "Makes alt\/shift\/ctrl-scrollwheel scroll in large increments instead of default behavior.", "permissions": [ "tabs" ], "content_scripts": [ { "js": [ "chromewheel.js" ], "run_at": "document_start", "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/\/*\/*" ], "all_frames": true } ] } |