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
官方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"
    }
}