Edge Scroll
Scroll the page via the edges
Edge Scrollคืออะไร?
Edge Scroll เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://smallurl.in และคุณลักษณะหลักของมันคือ "Scroll the page via the edges"
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Edge Scroll
ดาวน์โหลดไฟล์ส่วนขยาย Edge Scroll ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
WIP Edge Scrolling Extension, When your cursor is within a certain distance of any edge (100px) the page will scroll for you. Closer to the edge the faster it scrolls! This is currently Work In Progress and will soon acquire a settings panel with some customiseable options. To disable edge scrolling simply disable the extension!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | kdkokagnnhehebchcapggfdfhnaapnpf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/edge-scroll/kdkokagnnhehebchcapggfdfhnaapnpf |
คำอธิบาย | Scroll the page via the edges |
ขนาดไฟล์ | 3.6 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 0.0.1 |
อัปเดตครั้งล่าสุด | 2014-08-15 |
วันที่เผยแพร่ | 2014-08-15 |
คะแนน | 4.25/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | http://smallurl.in |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Edge Scroll", "description": "Scroll the page via the edges", "version": "0.0.1", "author": "Xeonr Network", "incognito": "split", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "scroller_script.js" ] } ], "manifest_version": 2 } |