Auto Scroll

Auto Scroll. Google Reader works!

Cos'è Auto Scroll?

Auto Scroll è un'estensione di Chrome sviluppata da https://dekuyou.ddo.jp/knowledge, e la sua funzione principale è "Auto Scroll. Google Reader works!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Auto Scroll

Scarica i file di estensione Auto Scroll in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Auto Scroll Auto Scroll
ID eochlhpceohhhfogfeladaifggikcjhk
URL Ufficiale https://chromewebstore.google.com/detail/auto-scroll/eochlhpceohhhfogfeladaifggikcjhk
Descrizione Auto Scroll. Google Reader works!
Dimensione del File 88.89 KB
Conteggio Installazioni 7,013
Versione Corrente 0.2.3
Ultimo Aggiornamento 2012-08-22
Data di Pubblicazione 2012-08-22
Valutazione 3.04/5 Totale 99 Valutazioni
Sviluppatore https://dekuyou.ddo.jp/knowledge
Tipo di Pagamento free
Sito Web dell'Estensione http://dekuyou.ddo.jp/knowledge/?chrome/extensions
URL della Pagina di Aiuto http://twitter.com/dekuyou
Lingue Supportate 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"
            ]
        }
    ]
}