HexTab
Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.
What is HexTab?
HexTab is a Chrome extension developed by Sam, and its main feature is "Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.".
Extension Screenshots
Download HexTab Extension CRX File
Download HexTab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | HexTab |
ID | mlolhgcdjopgacopeelfoofjbmhklgja |
Official URL | https://chromewebstore.google.com/detail/hextab/mlolhgcdjopgacopeelfoofjbmhklgja |
Description | Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast. |
File Size | 39.39 KB |
Installation Count | 22 |
Current Version | 0.6.0 |
Last Updated | 2016-04-29 |
Publish Date | 2016-04-28 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Sam |
Payment Type | free |
Supported Languages | 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" } } |