HexTab
Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.
O que é HexTab?
HexTab é uma extensão do Chrome desenvolvida por Sam, e sua principal característica é "Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão HexTab
Baixe arquivos de extensão HexTab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | HexTab |
ID | mlolhgcdjopgacopeelfoofjbmhklgja |
URL Oficial | https://chromewebstore.google.com/detail/hextab/mlolhgcdjopgacopeelfoofjbmhklgja |
Descrição | Replaces the New Tab page with lightweight Hex Colour Clock and 5-day Weather forecast. |
Tamanho do Arquivo | 39.39 KB |
Contagem de Instalações | 22 |
Versão Atual | 0.6.0 |
Última Atualização | 2016-04-29 |
Data de Publicação | 2016-04-28 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Sam |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |