Auto Scroller
Simple auto scroller
Auto Scrollerคืออะไร?
Auto Scroller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Simple auto scroller"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Auto Scroller
ดาวน์โหลดไฟล์ส่วนขยาย Auto Scroller ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An auto scroller for dynamically generated content. It allows you to scroll to the bottom of the page or to its beginning.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Auto Scroller |
ID | opedpelkjlecfdlbebaggfdajbknjpjk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/auto-scroller/opedpelkjlecfdlbebaggfdajbknjpjk |
คำอธิบาย | Simple auto scroller |
ขนาดไฟล์ | 15.21 KB |
จำนวนการติดตั้ง | 106 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2022-03-21 |
วันที่เผยแพร่ | 2022-03-21 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Unknown |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Scroller", "description": "Simple auto scroller", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/kibana.png", "32": "\/images\/kibana.png", "48": "\/images\/kibana.png", "128": "\/images\/kibana.png" } }, "icons": { "16": "\/images\/get_started16.png", "32": "\/images\/get_started32.png", "48": "\/images\/get_started48.png", "128": "\/images\/get_started128.png" } } |