Autoscroll

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

Wat is Autoscroll?

Autoscroll is een Chrome-extensie ontwikkeld door https://mrogalski.eu, en de belangrijkste functie is "Use Ctrl+Up/Down arrows to make pages scroll continously.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Autoscroll

Download Autoscroll-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Autoscroll Autoscroll
ID cokfegjeoaflhjkloplfpjgnmlhbfkhp
Officiële URL https://chromewebstore.google.com/detail/autoscroll/cokfegjeoaflhjkloplfpjgnmlhbfkhp
Beschrijving Use Ctrl+Up/Down arrows to make pages scroll continously.
Bestandsgrootte 22.91 KB
Aantal Installaties 2,108
Huidige Versie 1.2
Laatst Bijgewerkt 2013-04-27
Publicatiedatum 2013-04-27
Beoordeling 3.64/5 Totaal 33 Beoordelingen
Ontwikkelaar https://mrogalski.eu
Betalingswijze free
Extensiewebsite http://mrogalski.eu/
Ondersteunde Talen 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"
}