AutoScroller

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

AutoScroller là gì?

AutoScroller là một tiện ích mở rộng Chrome được phát triển bởi Kevin Tu, và tính năng chính của nó là "This small extension does just what it sounds like; it scrolls for you. A very simple extension, the controls are: '=' to start…".

Tải xuống tệp CRX của tiện ích mở rộng AutoScroller

Tải xuống các tệp mở rộng AutoScroller dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AutoScroller AutoScroller
ID kmilpmelkapdakbppjdlcekddigpclah
URL Chính Thức https://chromewebstore.google.com/detail/autoscroller/kmilpmelkapdakbppjdlcekddigpclah
Mô tả This small extension does just what it sounds like; it scrolls for you. A very simple extension, the controls are: '=' to start…
Kích Thước Tệp 3.26 MB
Số Lần Cài Đặt 136
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2017-06-17
Ngày Phát Hành 2017-06-17
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Kevin Tu
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}