Site root

Go to the home page of the current site.

Cos'è Site root?

Site root è un'estensione di Chrome sviluppata da baruchlubinsky, e la sua funzione principale è "Go to the home page of the current site.".

Scarica il file CRX dell'estensione Site root

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

                        Return to the home page of the site you are on. 

Useful, for example, when you've just read an article and want to see the site its posted in, or instead of pressing back after viewing a picture gallery that modifies the URL.                    

Informazioni di Base sull'Estensione

Nome Site root Site root
ID heljngnjdbpcejgbeigbjmdpdafalgkh
URL Ufficiale https://chrome.google.com/webstore/detail/site-root/heljngnjdbpcejgbeigbjmdpdafalgkh
Descrizione Go to the home page of the current site.
Dimensione del File 21.93 KB
Conteggio Installazioni 21
Versione Corrente 1.0
Ultimo Aggiornamento 2014-09-05
Data di Pubblicazione 2014-09-05
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore baruchlubinsky
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Site root",
    "description": "Go to the home page of the current site.",
    "version": "1.0",
    "background": {
        "scripts": [
            "action.js"
        ]
    },
    "permissions": [
        "tabs",
        "webNavigation"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png",
            "128": "icon128.png"
        }
    }
}