Site Home

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

Co je Site Home?

Site Home je rozšíření Chrome vyvinuté Jesse Dunlap, a jeho hlavní funkcí je „Brings you to the home page of the current site with the click of a button.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Site Home

Stáhněte si soubory rozšíření Site Home ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Site Home Site Home
ID hgonghcngmmgmbmekheklpjonopaocfi
Oficiální URL https://chromewebstore.google.com/detail/site-home/hgonghcngmmgmbmekheklpjonopaocfi
Popis Brings you to the home page of the current site with the click of a button.
Velikost souboru 10.03 KB
Počet instalací 102
Aktuální Verze 1.0
Poslední Aktualizace 2012-06-11
Datum Vydání 2012-06-10
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Jesse Dunlap
Typ Platby free
Podporované Jazyky 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"
        ]
    }
}