HexTab

Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.

Co to jest HexTab?

HexTab to rozszerzenie Chrome opracowane przez Sam, a jego główną funkcją jest „Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia HexTab

Pobierz pliki rozszerzeń HexTab 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

                        This lightweight Chrome extension replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast. This extension is completely free - there are no adverts, none of your data is stored or sold, and the code is open source.

https://github.com/kjav/HexNewTab                    

Podstawowe informacje o rozszerzeniu

Nazwa HexTab HexTab
ID mlolhgcdjopgacopeelfoofjbmhklgja
Oficjalny URL https://chromewebstore.google.com/detail/hextab/mlolhgcdjopgacopeelfoofjbmhklgja
Opis Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.
Rozmiar pliku 39.39 KB
Liczba instalacji 22
Aktualna Wersja 0.6.0
Ostatnia Aktualizacja 2016-04-29
Data Publikacji 2016-04-28
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Sam
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HexTab",
    "version": "0.6.0",
    "manifest_version": 2,
    "description": "Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "geolocation"
    ],
    "default_locale": "en",
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    }
}