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是由Kevin Tu開發的Chrome擴展程式,該擴展的主要功能是“This small extension does just what it sounds like; it scrolls for you. A very simple extension, the controls are: '=' to start…”。

下載AutoScroller擴展crx文件

下載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
官方網址 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"
    }
}