Time Tab

Minimalist new tab clock, with customizable background.

O que é Time Tab?

Time Tab é uma extensão do Chrome desenvolvida por https://nathanwentworth.co, e sua principal característica é "Minimalist new tab clock, with customizable background.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Time Tab

Baixe arquivos de extensão Time Tab 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 is a minimalist new tab page with a clock on it!

Features include! 
- Custom colors for text and background!
- Setting the background to be an image linked from somewhere! 
- Custom fonts!
- 12 hour and 24 hour time!
- Seconds display! (or not!)

New in v1.3:
- Smaller settings icon
- Time fades in to avoid text pop-in                    

Informações Básicas da Extensão

Nome Time Tab Time Tab
ID fdjemjfcplhejdekgjbdjjobbkipoddd
URL Oficial https://chromewebstore.google.com/detail/time-tab/fdjemjfcplhejdekgjbdjjobbkipoddd
Descrição Minimalist new tab clock, with customizable background.
Tamanho do Arquivo 12.92 KB
Contagem de Instalações 3,719
Versão Atual 1.5.1
Última Atualização 2019-02-09
Data de Publicação 2019-02-09
Classificação 4.65/5 Total de 23 Avaliações
Desenvolvedor https://nathanwentworth.co
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://twitter.com/nathanwentworth
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time Tab",
    "description": "Minimalist new tab clock, with customizable background.",
    "version": "1.5.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}