scrollUp!

Scroll to the top of the page with just one click

Cos'è scrollUp!?

scrollUp! è un'estensione di Chrome sviluppata da Dlinny, e la sua funzione principale è "Scroll to the top of the page with just one click".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione scrollUp!

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

                        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.                    

Informazioni di Base sull'Estensione

Nome scrollUp! scrollUp!
ID caipjllpopoedfhbddpkedpbndkjimba
URL Ufficiale https://chromewebstore.google.com/detail/scrollup/caipjllpopoedfhbddpkedpbndkjimba
Descrizione Scroll to the top of the page with just one click
Dimensione del File 14.6 KB
Conteggio Installazioni 28
Versione Corrente 1.1
Ultimo Aggiornamento 2013-02-28
Data di Pubblicazione 2013-02-28
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Dlinny
Tipo di Pagamento free
Lingue Supportate 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"
    }
}