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