Autoscroll

Use Ctrl+Up/Down arrows to make pages scroll continously.

Cos'è Autoscroll?

Autoscroll è un'estensione di Chrome sviluppata da https://mrogalski.eu, e la sua funzione principale è "Use Ctrl+Up/Down arrows to make pages scroll continously.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Autoscroll

Scarica i file di estensione Autoscroll 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Autoscroll Autoscroll
ID cokfegjeoaflhjkloplfpjgnmlhbfkhp
URL Ufficiale https://chromewebstore.google.com/detail/autoscroll/cokfegjeoaflhjkloplfpjgnmlhbfkhp
Descrizione Use Ctrl+Up/Down arrows to make pages scroll continously.
Dimensione del File 22.91 KB
Conteggio Installazioni 2,108
Versione Corrente 1.2
Ultimo Aggiornamento 2013-04-27
Data di Pubblicazione 2013-04-27
Valutazione 3.64/5 Totale 33 Valutazioni
Sviluppatore https://mrogalski.eu
Tipo di Pagamento free
Sito Web dell'Estensione http://mrogalski.eu/
Lingue Supportate 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"
}