HexTab
Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.
Hvad er HexTab?
HexTab er en Chrome-udvidelse udviklet af Sam, og dens hovedfunktion er "Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.".
Udvidelsesskærmbilleder
Download HexTab-udvidelses-CRX-fil
Download HexTab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | HexTab |
ID | mlolhgcdjopgacopeelfoofjbmhklgja |
Officiel URL | https://chromewebstore.google.com/detail/hextab/mlolhgcdjopgacopeelfoofjbmhklgja |
Beskrivelse | Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast. |
Filstørrelse | 39.39 KB |
Antal Installationer | 22 |
Nuværende Version | 0.6.0 |
Senest Opdateret | 2016-04-29 |
Udgivelsesdato | 2016-04-28 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | Sam |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |