Site root

Go to the home page of the current site.

Co to jest Site root?

Site root to rozszerzenie Chrome opracowane przez baruchlubinsky, a jego główną funkcją jest „Go to the home page of the current site.”.

Pobierz plik CRX rozszerzenia Site root

Pobierz pliki rozszerzeń Site root w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Site root Site root
ID heljngnjdbpcejgbeigbjmdpdafalgkh
Oficjalny URL https://chrome.google.com/webstore/detail/site-root/heljngnjdbpcejgbeigbjmdpdafalgkh
Opis Go to the home page of the current site.
Rozmiar pliku 21.93 KB
Liczba instalacji 21
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2014-09-05
Data Publikacji 2014-09-05
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper baruchlubinsky
Typ Płatności free
Obsługiwane Języki 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"
        }
    }
}