Site Home

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

Qu'est-ce que Site Home ?

Site Home est une extension Chrome développée par Jesse Dunlap, et sa fonction principale est "Brings you to the home page of the current site with the click of a button.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Site Home

Téléchargez les fichiers d'extension Site Home au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Site Home Site Home
ID hgonghcngmmgmbmekheklpjonopaocfi
URL Officiel https://chromewebstore.google.com/detail/site-home/hgonghcngmmgmbmekheklpjonopaocfi
Description Brings you to the home page of the current site with the click of a button.
Taille du Fichier 10.03 KB
Nombre d'Installations 102
Version Actuelle 1.0
Dernière Mise à Jour 2012-06-11
Date de Publication 2012-06-10
Évaluation 5.00/5 Total 1 Évaluations
Développeur Jesse Dunlap
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}