HexTab

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

Co je HexTab?

HexTab je rozšíření Chrome vyvinuté Sam, a jeho hlavní funkcí je „Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření HexTab

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

                        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                    

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

Název HexTab HexTab
ID mlolhgcdjopgacopeelfoofjbmhklgja
Oficiální URL https://chromewebstore.google.com/detail/hextab/mlolhgcdjopgacopeelfoofjbmhklgja
Popis Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.
Velikost souboru 39.39 KB
Počet instalací 22
Aktuální Verze 0.6.0
Poslední Aktualizace 2016-04-29
Datum Vydání 2016-04-28
Hodnocení 5.00/5 Celkem 3 Hodnocení
Vývojář Sam
Typ Platby free
Podporované Jazyky 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"
    }
}