Chrome Auto Scroll
Automatically scroll a web page
Chrome Auto Scrollคืออะไร?
Chrome Auto Scroll เป็นส่วนขยายของ Chrome ที่พัฒนาโดย MichaelStanden และคุณลักษณะหลักของมันคือ "Automatically scroll a web page"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome Auto Scroll
ดาวน์โหลดไฟล์ส่วนขยาย Chrome Auto Scroll ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Click a button and watch your web page slowly scroll to the button. Allows for a seamless viewing experience without the need to scroll manually. Adjustable scroll speed to ensure the right experience whether your scrolling images, links or walls of text.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Chrome Auto Scroll |
ID | dbimlbkcbphdbocgfkdanelhejpcbpfj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chrome-auto-scroll/dbimlbkcbphdbocgfkdanelhejpcbpfj |
คำอธิบาย | Automatically scroll a web page |
ขนาดไฟล์ | 10.18 KB |
จำนวนการติดตั้ง | 3,053 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2015-11-22 |
วันที่เผยแพร่ | 2015-11-22 |
คะแนน | 2.57/5 รวมทั้งหมด 14 คะแนน |
ผู้พัฒนา | MichaelStanden |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Chrome Auto Scroll", "description": "Automatically scroll a web page", "version": "1.0", "author": "Michael Standen", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "page_action": { "default_icon": { "16": "img\/icon16.png", "48": "img\/icon48.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "default_title": "Auto Scroll (OFF)" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "permissions": [ "activeTab", "storage" ], "options_page": "options.html" } |