Autoscroll

Use Ctrl+Up/Down arrows to make pages scroll continously.

什么是Autoscroll?

Autoscroll是由https://mrogalski.eu开发的Chrome扩展程序,该扩展的主要功能是“Use Ctrl+Up/Down arrows to make pages scroll continously.”。

扩展截图

screenshot

下载Autoscroll扩展crx文件

下载Autoscroll扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Scroller is an extension that automatically scrolls webpages. Use Ctrl + arrows to adjust scrolling speed or set default values using icon on the top bar.                    

扩展基本信息

名称 Autoscroll Autoscroll
ID cokfegjeoaflhjkloplfpjgnmlhbfkhp
官方URL https://chromewebstore.google.com/detail/autoscroll/cokfegjeoaflhjkloplfpjgnmlhbfkhp
简介 Use Ctrl+Up/Down arrows to make pages scroll continously.
文件大小 22.91 KB
安装次数 2,108
当前版本 1.2
更新时间 2013-04-27
上架时间 2013-04-27
评分 3.64/5 共33次评分
开发者 https://mrogalski.eu
付费类型 free
扩展官网 http://mrogalski.eu/
支持的语言 en
manifest.json
{
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Use Ctrl+Up\/Down arrows to make pages scroll continously."
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Use Ctrl+Up\/Down arrows to make pages scroll continously.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "name": "Autoscroll",
    "permissions": [
        "storage",
        "tabs"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scroller.js"
            ]
        }
    ],
    "manifest_version": 2,
    "version": "1.2"
}