ChronoTab: The Best New Tab Clock

The best timepiece for the new tab page

O que é ChronoTab: The Best New Tab Clock?

ChronoTab: The Best New Tab Clock é uma extensão do Chrome desenvolvida por Dakota Larson, e sua principal característica é "The best timepiece for the new tab page".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ChronoTab: The Best New Tab Clock

Baixe arquivos de extensão ChronoTab: The Best New Tab Clock 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

                        The best timepiece for the new tab page!

Features:
> Snazzy clock face
> Slick digital clock and date
> Comprehensive configuration

Contact me with ideas, bug reports or comments! 
[email protected]                    

Informações Básicas da Extensão

Nome ChronoTab: The Best New Tab Clock ChronoTab: The Best New Tab Clock
ID aglflhdjjfabpohbaonlepcofcofpamd
URL Oficial https://chromewebstore.google.com/detail/chronotab-the-best-new-ta/aglflhdjjfabpohbaonlepcofcofpamd
Descrição The best timepiece for the new tab page
Tamanho do Arquivo 52.83 KB
Contagem de Instalações 22
Versão Atual 1.4
Última Atualização 2018-04-09
Data de Publicação 2018-04-08
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Dakota Larson
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ChronoTab: The Best New Tab Clock",
    "short_name": "ChronoTab",
    "author": "Dakota Larson",
    "description": "The best timepiece for the new tab page",
    "version": "1.4",
    "icons": {
        "16": ".\/res\/clock_16.png",
        "24": ".\/res\/clock_24.png",
        "32": ".\/res\/clock_32.png",
        "48": ".\/res\/clock_48.png",
        "64": ".\/res\/clock_64.png",
        "128": ".\/res\/clock_128.png",
        "256": ".\/res\/clock_256.png"
    },
    "chrome_url_overrides": {
        "newtab": "clock.html"
    },
    "browser_action": {
        "default_popup": "popup.html"
    }
}