HexTab
Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.
Vad är HexTab?
HexTab är en Chrome-tillägg utvecklad av Sam, och dess huvudfunktion är "Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.".
Tilläggsskärmbilder
Ladda ner HexTab-förlängningens CRX-fil
Ladda ner HexTab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | HexTab |
ID | mlolhgcdjopgacopeelfoofjbmhklgja |
Officiell webbadress | https://chromewebstore.google.com/detail/hextab/mlolhgcdjopgacopeelfoofjbmhklgja |
Beskrivning | Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast. |
Filstorlek | 39.39 KB |
Antal Installationer | 22 |
Aktuell Version | 0.6.0 |
Senast Uppdaterad | 2016-04-29 |
Publiceringsdatum | 2016-04-28 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | Sam |
Betalningssätt | free |
Stödda Språk | 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" } } |