Site Home

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

Was ist Site Home?

Site Home ist eine Chrome-Erweiterung, die von Jesse Dunlap entwickelt wurde, und ihr Hauptmerkmal ist "Brings you to the home page of the current site with the click of a button.".

Erweiterungsscreenshots

screenshot

Site Home-Erweiterungs-CRX-Datei herunterladen

Laden Sie Site Home-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Site Home Site Home
ID hgonghcngmmgmbmekheklpjonopaocfi
Offizielle URL https://chromewebstore.google.com/detail/site-home/hgonghcngmmgmbmekheklpjonopaocfi
Beschreibung Brings you to the home page of the current site with the click of a button.
Dateigröße 10.03 KB
Installationsanzahl 102
Aktuelle Version 1.0
Letztes Update 2012-06-11
Veröffentlichungsdatum 2012-06-10
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Jesse Dunlap
Zahlungsart free
Unterstützte Sprachen 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"
        ]
    }
}