Site Home

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

Hvad er Site Home?

Site Home er en Chrome-udvidelse udviklet af Jesse Dunlap, og dens hovedfunktion er "Brings you to the home page of the current site with the click of a button.".

Udvidelsesskærmbilleder

screenshot

Download Site Home-udvidelses-CRX-fil

Download Site Home-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Site Home Site Home
ID hgonghcngmmgmbmekheklpjonopaocfi
Officiel URL https://chromewebstore.google.com/detail/site-home/hgonghcngmmgmbmekheklpjonopaocfi
Beskrivelse Brings you to the home page of the current site with the click of a button.
Filstørrelse 10.03 KB
Antal Installationer 102
Nuværende Version 1.0
Senest Opdateret 2012-06-11
Udgivelsesdato 2012-06-10
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Jesse Dunlap
Betalingsmetode free
Understøttede Sprog 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"
        ]
    }
}