goTOP

The easier way to scroll web page to the top.

Cos'è goTOP?

goTOP è un'estensione di Chrome sviluppata da Felipe Beline, e la sua funzione principale è "The easier way to scroll web page to the top.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione goTOP

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

                        goTOP adiciona um botão no canto superior da tela que quando clicado sobe a pagina para o topo.Facilitando na utilização de páginas com grande quantidade de conteúdo.                    

Informazioni di Base sull'Estensione

Nome goTOP goTOP
ID ekpjfhgkkihelhidjbmjojlgmkokdolb
URL Ufficiale https://chrome.google.com/webstore/detail/gotop/ekpjfhgkkihelhidjbmjojlgmkokdolb
Descrizione The easier way to scroll web page to the top.
Dimensione del File 60.3 KB
Conteggio Installazioni 12
Versione Corrente 0.0.7
Ultimo Aggiornamento 2014-01-12
Data di Pubblicazione 2014-01-12
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore Felipe Beline
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "goTOP",
    "version": "0.0.7",
    "manifest_version": 2,
    "description": "The easier way to scroll web page to the top.",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js",
                "js\/jquery-migrate-1.2.1.min.js",
                "js\/jquery-1.10.1.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/arrow.png"
    ]
}