HexTab
Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.
Cos'è HexTab?
HexTab è un'estensione di Chrome sviluppata da Sam, e la sua funzione principale è "Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione HexTab
Scarica i file di estensione HexTab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | HexTab |
ID | mlolhgcdjopgacopeelfoofjbmhklgja |
URL Ufficiale | https://chromewebstore.google.com/detail/hextab/mlolhgcdjopgacopeelfoofjbmhklgja |
Descrizione | Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast. |
Dimensione del File | 39.39 KB |
Conteggio Installazioni | 22 |
Versione Corrente | 0.6.0 |
Ultimo Aggiornamento | 2016-04-29 |
Data di Pubblicazione | 2016-04-28 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Sam |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |