Site root

Go to the home page of the current site.

Co je Site root?

Site root je rozšíření Chrome vyvinuté baruchlubinsky, a jeho hlavní funkcí je „Go to the home page of the current site.“.

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

Stáhněte si soubory rozšíření Site root 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í

                        Return to the home page of the site you are on. 

Useful, for example, when you've just read an article and want to see the site its posted in, or instead of pressing back after viewing a picture gallery that modifies the URL.                    

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

Název Site root Site root
ID heljngnjdbpcejgbeigbjmdpdafalgkh
Oficiální URL https://chrome.google.com/webstore/detail/site-root/heljngnjdbpcejgbeigbjmdpdafalgkh
Popis Go to the home page of the current site.
Velikost souboru 21.93 KB
Počet instalací 21
Aktuální Verze 1.0
Poslední Aktualizace 2014-09-05
Datum Vydání 2014-09-05
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář baruchlubinsky
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Site root",
    "description": "Go to the home page of the current site.",
    "version": "1.0",
    "background": {
        "scripts": [
            "action.js"
        ]
    },
    "permissions": [
        "tabs",
        "webNavigation"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png",
            "128": "icon128.png"
        }
    }
}