Site Home

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

Wat is Site Home?

Site Home is een Chrome-extensie ontwikkeld door Jesse Dunlap, en de belangrijkste functie is "Brings you to the home page of the current site with the click of a button.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Site Home

Download Site Home-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Site Home Site Home
ID hgonghcngmmgmbmekheklpjonopaocfi
Officiële URL https://chromewebstore.google.com/detail/site-home/hgonghcngmmgmbmekheklpjonopaocfi
Beschrijving Brings you to the home page of the current site with the click of a button.
Bestandsgrootte 10.03 KB
Aantal Installaties 102
Huidige Versie 1.0
Laatst Bijgewerkt 2012-06-11
Publicatiedatum 2012-06-10
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Jesse Dunlap
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}