Scroll Back
Change the behaviour of Shift-Wheel to go forward and back in the history, like Firefox.
Scroll Backคืออะไร?
Scroll Back เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://erambler.co.uk และคุณลักษณะหลักของมันคือ "Change the behaviour of Shift-Wheel to go forward and back in the history, like Firefox."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Scroll Back
ดาวน์โหลดไฟล์ส่วนขยาย Scroll Back ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Firefox allows you to navigate in the history by holding down the Shift key and using the mouse wheel. This extension enables the same behaviour in Chrome. There is no configuration: just disable the extension to go back to the default behaviour. License: https://github.com/jezcope/chrome-scroll-back/blob/master/LICENSE.txt Please report bugs at https://github.com/jezcope/chrome-scroll-back/issues. Icon taken from FontAwesome (http://fortawesome.github.io/Font-Awesome/).
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Scroll Back |
ID | bhhdgkdmcbgoecgmdgbkabdbjcihafgc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/scroll-back/bhhdgkdmcbgoecgmdgbkabdbjcihafgc |
คำอธิบาย | Change the behaviour of Shift-Wheel to go forward and back in the history, like Firefox. |
ขนาดไฟล์ | 5.87 KB |
จำนวนการติดตั้ง | 114 |
เวอร์ชันปัจจุบัน | 0.1.1 |
อัปเดตครั้งล่าสุด | 2017-01-06 |
วันที่เผยแพร่ | 2017-01-06 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://erambler.co.uk |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Scroll Back", "description": "Change the behaviour of Shift-Wheel to go forward and back in the history, like Firefox.", "icons": { "128": "icon.png" }, "version": "0.1.1", "content_scripts": [ { "all_frames": true, "js": [ "js\/scrollback.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "ftp:\/\/*\/*" ], "run_at": "document_start" } ] } |