AutoScroller

This small extension does just what it sounds like; it scrolls for you. A very simple extension, the controls are: '=' to start…

AutoScrollerคืออะไร?

AutoScroller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kevin Tu และคุณลักษณะหลักของมันคือ "This small extension does just what it sounds like; it scrolls for you. A very simple extension, the controls are: '=' to start…"

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

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

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

                        This small extension does just what it sounds like; it scrolls for you. A very simple extension, the controls are:

'=' to start scrolling
'-' to stop scrolling
'[' to slow down
']' to speed up

Useful for reading news articles or blogs while you have your hands occupied, this extension is completely free and is as convenient as can be.                    

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

ชื่อ AutoScroller AutoScroller
ID kmilpmelkapdakbppjdlcekddigpclah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/autoscroller/kmilpmelkapdakbppjdlcekddigpclah
คำอธิบาย This small extension does just what it sounds like; it scrolls for you. A very simple extension, the controls are: '=' to start…
ขนาดไฟล์ 3.26 MB
จำนวนการติดตั้ง 136
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2017-06-17
วันที่เผยแพร่ 2017-06-17
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Kevin Tu
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoScroller",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "100.png",
        "200.png",
        "300.png",
        "400.png",
        "500.png",
        "600.png",
        "700.png",
        "800.png",
        "900.png",
        "1000.png",
        "1100.png",
        "1200.png",
        "1300.png",
        "1400.png",
        "1500.png",
        "1600.png",
        "1700.png",
        "1800.png",
        "1900.png",
        "2000.png",
        "PNG [Large].png",
        "PNG [100 X 100].png",
        "imgres-1.jpg"
    ],
    "browser_action": {
        "default_icon": "PNG [Large].png"
    }
}