HexTab
Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.
Qu'est-ce que HexTab ?
HexTab est une extension Chrome développée par Sam, et sa fonction principale est "Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HexTab
Téléchargez les fichiers d'extension HexTab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | HexTab |
ID | mlolhgcdjopgacopeelfoofjbmhklgja |
URL Officiel | https://chromewebstore.google.com/detail/hextab/mlolhgcdjopgacopeelfoofjbmhklgja |
Description | Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast. |
Taille du Fichier | 39.39 KB |
Nombre d'Installations | 22 |
Version Actuelle | 0.6.0 |
Dernière Mise à Jour | 2016-04-29 |
Date de Publication | 2016-04-28 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Sam |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |