World Clock

Interactive world clocks extension, beautiful UI, easily one click to show, work offline.

O que é World Clock?

World Clock é uma extensão do Chrome desenvolvida por bulenttastan, e sua principal característica é "Interactive world clocks extension, beautiful UI, easily one click to show, work offline.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão World Clock

Baixe arquivos de extensão World 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 world clock showing many cities including the UTC time. It's useful for people working with remote teams with a visual way to see if it is night or daytime.

* Switch between 12h and 24h views
* See UTC (GMT) time, helpful to check any server time
* Countries and individual cities included
* Automatically adjusts for daylight savings time                    

Informações Básicas da Extensão

Nome World Clock World Clock
ID dngepaapinafpbhfbfjhkcbabhfakmia
URL Oficial https://chromewebstore.google.com/detail/world-clock/dngepaapinafpbhfbfjhkcbabhfakmia
Descrição Interactive world clocks extension, beautiful UI, easily one click to show, work offline.
Tamanho do Arquivo 236 KB
Contagem de Instalações 822
Versão Atual 1.1
Última Atualização 2020-11-28
Data de Publicação 2020-04-10
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor bulenttastan
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "World Clock",
    "version": "1.1",
    "description": "Interactive world clocks extension, beautiful UI, easily one click to show, work offline.",
    "browser_action": {
        "default_icon": "assets\/images\/logo\/19.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "\/assets\/images\/logo\/32.png",
        "48": "\/assets\/images\/logo\/48.png",
        "64": "\/assets\/images\/logo\/64.png",
        "128": "\/assets\/images\/logo\/128.png"
    },
    "manifest_version": 2
}