HexTab
Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.
Wat is HexTab?
HexTab is een Chrome-extensie ontwikkeld door Sam, en de belangrijkste functie is "Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.".
Extensie Screenshots
Download het CRX-bestand van de extensie HexTab
Download HexTab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | HexTab |
ID | mlolhgcdjopgacopeelfoofjbmhklgja |
Officiële URL | https://chromewebstore.google.com/detail/hextab/mlolhgcdjopgacopeelfoofjbmhklgja |
Beschrijving | Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast. |
Bestandsgrootte | 39.39 KB |
Aantal Installaties | 22 |
Huidige Versie | 0.6.0 |
Laatst Bijgewerkt | 2016-04-29 |
Publicatiedatum | 2016-04-28 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Sam |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |