Auto Scroll

Auto Scroll. Google Reader works!

Auto Scrollとは何ですか?

Auto Scrollはhttps://dekuyou.ddo.jp/knowledgeによって開発されたChromeの拡張機能で、その主な機能は「Auto Scroll. Google Reader works!」です。

拡張機能のスクリーンショット

screenshot
screenshot

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

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

拡張機能の使用方法

                        Auto Scroll.
3 speed.

There's an icon which can set the speed of scrolling.
You can set none,1,2 or 3 as the speed. All this program does is scroll down(does not scroll up) automatically based on speed.
To activate simply click the icon. Click again to change speed.

page click or Key Down to stop by.

Google Reader works!(v0.1.1.0)

v0.2.3 manifest version 2 support

Twitter hashtags is #dekuyoucrx                    

拡張機能の基本情報

名前 Auto Scroll Auto Scroll
ID eochlhpceohhhfogfeladaifggikcjhk
公式URL https://chromewebstore.google.com/detail/auto-scroll/eochlhpceohhhfogfeladaifggikcjhk
説明 Auto Scroll. Google Reader works!
ファイルサイズ 88.89 KB
インストール数 7,013
現在のバージョン 0.2.3
最終更新日 2012-08-22
公開日 2012-08-22
評価 3.04/5 合計 99 レビュー
開発者 https://dekuyou.ddo.jp/knowledge
支払い方法 free
拡張機能のウェブサイト http://dekuyou.ddo.jp/knowledge/?chrome/extensions
ヘルプページのURL http://twitter.com/dekuyou
対応言語 en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Auto Scroll",
    "version": "0.2.3",
    "description": "Auto Scroll. Google Reader works!",
    "icons": {
        "48": "autoscroll.png",
        "128": "autoscroll.png"
    },
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_title": "",
        "default_icon": "autoscroll.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jp_ddo_dekuyou_autoscroll.js"
            ]
        }
    ]
}