AutoScroll
This extension adds customizable autoscroll support to Chrome.
AutoScrollคืออะไร?
AutoScroll เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://kaescripts.blogspot.com และคุณลักษณะหลักของมันคือ "This extension adds customizable autoscroll support to Chrome."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AutoScroll
ดาวน์โหลดไฟล์ส่วนขยาย AutoScroll ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
For users on Linux or Mac, the lack of autoscroll can be a big pain. This extension can help! It supports both sticky and non-sticky scrolling, doesn't scroll on textareas or links, and even has settings to customize various aspects such as scroll speed. To use it, press (or hold) the middle mouse button, then move the mouse to scroll the page. Alternatively, hold Ctrl/⌘ and press the left mouse button. It won't work on every page, but it should work on most. Known bugs: ● You need to refresh the site or restart Chrome before it'll work. You only need to do this once. ● Doesn't work on chrome:// URLs or the Chrome Web Store. It's restricted by Chrome for security reasons. Changelog: http://paaru.pbworks.com/f/AutoScroll%20Changelog.html GitHub: https://github.com/Pauan/AutoScroll
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | AutoScroll |
ID | occjjkgifpmdgodlplnacmkejpdionan |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/autoscroll/occjjkgifpmdgodlplnacmkejpdionan |
คำอธิบาย | This extension adds customizable autoscroll support to Chrome. |
ขนาดไฟล์ | 51.7 KB |
จำนวนการติดตั้ง | 117,828 |
เวอร์ชันปัจจุบัน | 4.10 |
อัปเดตครั้งล่าสุด | 2018-11-21 |
วันที่เผยแพร่ | 2018-11-21 |
คะแนน | 4.21/5 รวมทั้งหมด 638 คะแนน |
ผู้พัฒนา | https://kaescripts.blogspot.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Pauan/AutoScroll |
URL หน้าช่วยเหลือ | https://github.com/Pauan/AutoScroll/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "AutoScroll", "version": "4.10", "description": "This extension adds customizable autoscroll support to Chrome.", "minimum_chrome_version": "29", "icons": { "128": "data\/images\/icons\/icon128.png", "16": "data\/images\/icons\/icon16.png", "32": "data\/images\/icons\/icon32.png", "48": "data\/images\/icons\/icon48.png" }, "permissions": [ "storage" ], "background": { "scripts": [ "main.js" ], "persistent": false }, "options_page": "data\/options.html", "content_scripts": [ { "all_frames": false, "js": [ "data\/defaults.js", "data\/AutoScroll.js" ], "matches": [ " |