Autoscroll

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

Hvad er Autoscroll?

Autoscroll er en Chrome-udvidelse udviklet af https://mrogalski.eu, og dens hovedfunktion er "Use Ctrl+Up/Down arrows to make pages scroll continously.".

Udvidelsesskærmbilleder

screenshot

Download Autoscroll-udvidelses-CRX-fil

Download Autoscroll-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Autoscroll Autoscroll
ID cokfegjeoaflhjkloplfpjgnmlhbfkhp
Officiel URL https://chromewebstore.google.com/detail/autoscroll/cokfegjeoaflhjkloplfpjgnmlhbfkhp
Beskrivelse Use Ctrl+Up/Down arrows to make pages scroll continously.
Filstørrelse 22.91 KB
Antal Installationer 2,108
Nuværende Version 1.2
Senest Opdateret 2013-04-27
Udgivelsesdato 2013-04-27
Bedømmelse 3.64/5 Samlet 33 Bedømmelser
Udvikler https://mrogalski.eu
Betalingsmetode free
Udvidelseswebsted http://mrogalski.eu/
Understøttede Sprog 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"
}