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