AutoScroll

This extension is a basic extension to scroll any page automatically for every 3 secs

AutoScrollとは何ですか?

AutoScrollはsanatomによって開発されたChromeの拡張機能で、その主な機能は「This extension is a basic extension to scroll any page automatically for every 3 secs」です。

AutoScroll拡張機能のCRXファイルをダウンロード

AutoScroll拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension is developed for those who involve in extensive scrolling of webpages. This lets you to automatically scroll the webpage if scroll bar is available.                    

拡張機能の基本情報

名前 AutoScroll AutoScroll
ID bkbnpehigfkkkpeohecjmckohmjcafjd
公式URL https://chrome.google.com/webstore/detail/autoscroll/bkbnpehigfkkkpeohecjmckohmjcafjd
説明 This extension is a basic extension to scroll any page automatically for every 3 secs
ファイルサイズ 5.92 KB
インストール数 50
現在のバージョン 1.0
最終更新日 2015-05-10
公開日 2015-05-10
開発者 sanatom
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoScroll",
    "description": "This extension is a basic extension to scroll any page automatically for every 3 secs",
    "version": "1.0",
    "browser_action": {
        "default_icon": "autoscroll.png",
        "default_popup": "scroll.html"
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}