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