AutoScroll

This extension is a basic extension to scroll any page automatically for every 3 secs

AutoScrollคืออะไร?

AutoScroll เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sanatom และคุณลักษณะหลักของมันคือ "This extension is a basic extension to scroll any page automatically for every 3 secs"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AutoScroll

ดาวน์โหลดไฟล์ส่วนขยาย AutoScroll ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension is developed for those who involve in extensive scrolling of webpages. This lets you to automatically scroll the webpage if scroll bar is available.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ AutoScroll AutoScroll
ID bkbnpehigfkkkpeohecjmckohmjcafjd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/autoscroll/bkbnpehigfkkkpeohecjmckohmjcafjd
คำอธิบาย This extension is a basic extension to scroll any page automatically for every 3 secs
ขนาดไฟล์ 5.92 KB
จำนวนการติดตั้ง 50
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2015-05-10
วันที่เผยแพร่ 2015-05-10
ผู้พัฒนา sanatom
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoScroll",
    "description": "This extension is a basic extension to scroll any page automatically for every 3 secs",
    "version": "1.0",
    "browser_action": {
        "default_icon": "autoscroll.png",
        "default_popup": "scroll.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}