World Clocks new tab page

Replace the new tab page with up to 12 configurable world clocks

O que é World Clocks new tab page?

World Clocks new tab page é uma extensão do Chrome desenvolvida por Martín Peverelli, e sua principal característica é "Replace the new tab page with up to 12 configurable world clocks".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão World Clocks new tab page

Baixe arquivos de extensão World Clocks new tab page 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

                        Provides a main local clock, and up to 12 other smaller clocks configurable to any timezone.
All settings are kept in sync using Chrome Storage.
Clocks are configurable to 12 or 24 hour format.
The extension has two themes. 'light' and 'dark'.
Custom background URL support, for an online image to be loaded as background.                    

Informações Básicas da Extensão

Nome World Clocks new tab page World Clocks new tab page
ID opaffdnccgelcacfhbjigocjaigebbje
URL Oficial https://chromewebstore.google.com/detail/world-clocks-new-tab-page/opaffdnccgelcacfhbjigocjaigebbje
Descrição Replace the new tab page with up to 12 configurable world clocks
Tamanho do Arquivo 214 KB
Contagem de Instalações 382
Versão Atual 0.0.2.2
Última Atualização 2017-04-25
Data de Publicação 2017-04-25
Classificação 2.63/5 Total de 19 Avaliações
Desenvolvedor Martín Peverelli
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "World Clocks new tab page",
    "description": "Replace the new tab page with up to 12 configurable world clocks",
    "version": "0.0.2.2",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}