Current Time in US Time Zones

Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.

O que é Current Time in US Time Zones?

Current Time in US Time Zones é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Current Time in US Time Zones

Baixe arquivos de extensão Current Time in US Time Zones 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

                        Simple popup extension that provides the current time for US timezones (Eastern, Central, Pacific) in either standard time or daylight saving time, depending on the time of year.                    

Informações Básicas da Extensão

Nome Current Time in US Time Zones Current Time in US Time Zones
ID mflmgpdkgbihgojplljecakngbcokfme
URL Oficial https://chromewebstore.google.com/detail/current-time-in-us-time-z/mflmgpdkgbihgojplljecakngbcokfme
Descrição Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.
Tamanho do Arquivo 147 KB
Contagem de Instalações 1,209
Versão Atual 0.0.4
Última Atualização 2019-06-14
Data de Publicação 2019-06-13
Classificação 4.50/5 Total de 2 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://github.com/dt-jb/timezone-ext-chrome
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Current Time in US Time Zones",
    "description": "Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.",
    "version": "0.0.4",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Open the popup"
    },
    "icons": {
        "16": "clock.png",
        "48": "clock.png",
        "128": "clock.png"
    },
    "permissions": []
}