Site Home

Brings you to the home page of the current site with the click of a button.

Cos'è Site Home?

Site Home è un'estensione di Chrome sviluppata da Jesse Dunlap, e la sua funzione principale è "Brings you to the home page of the current site with the click of a button.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Site Home

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

                        Have you ever wished you could get to the home page of a site quickly? Often times, web sites don't make their home page easily or intuitively accessible. With a simple click of the Site Home button, you will be brought to the home URL of the web site you are currently on.                    

Informazioni di Base sull'Estensione

Nome Site Home Site Home
ID hgonghcngmmgmbmekheklpjonopaocfi
URL Ufficiale https://chromewebstore.google.com/detail/site-home/hgonghcngmmgmbmekheklpjonopaocfi
Descrizione Brings you to the home page of the current site with the click of a button.
Dimensione del File 10.03 KB
Conteggio Installazioni 102
Versione Corrente 1.0
Ultimo Aggiornamento 2012-06-11
Data di Pubblicazione 2012-06-10
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Jesse Dunlap
Tipo di Pagamento free
Lingue Supportate en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Site Home",
    "version": "1.0",
    "manifest_version": 2,
    "description": "Brings you to the home page of the current site with the click of a button.",
    "browser_action": {
        "default_icon": "icon48.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}