scrollUp!

Scroll to the top of the page with just one click

Co je scrollUp!?

scrollUp! je rozšíření Chrome vyvinuté Dlinny, a jeho hlavní funkcí je „Scroll to the top of the page with just one click“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření scrollUp!

Stáhněte si soubory rozšíření scrollUp! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This extension places small arrow near the address bar so you can always easy click on it to get to the top of the page. Espacially handy for users without keyboard or when using keyboard is too dificult but scrolling is so boring.                    

Základní Informace o Rozšíření

Název scrollUp! scrollUp!
ID caipjllpopoedfhbddpkedpbndkjimba
Oficiální URL https://chromewebstore.google.com/detail/scrollup/caipjllpopoedfhbddpkedpbndkjimba
Popis Scroll to the top of the page with just one click
Velikost souboru 14.6 KB
Počet instalací 28
Aktuální Verze 1.1
Poslední Aktualizace 2013-02-28
Datum Vydání 2013-02-28
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Dlinny
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "scrollUp!",
    "version": "1.1",
    "description": "Scroll to the top of the page with just one click",
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "extension.js"
        ]
    },
    "permissions": [
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_title": "Scroll to top",
        "default_icon": "toolbar.png"
    }
}