Exact Time - Local & UTC

Displays precise local and utc date and time

O que é Exact Time - Local & UTC?

Exact Time - Local & UTC é uma extensão do Chrome desenvolvida por https://calcpedia.com, e sua principal característica é "Displays precise local and utc date and time".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Exact Time - Local & UTC

Baixe arquivos de extensão Exact Time - Local & UTC 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

                        Exact Time displays precise date and time in your local timezone as well as the current UTC — Coordinated Universal Time. Simply click the Exact Time icon on your Chrome toolbar to view the running clock that displays local and UTC date and time. No additional configuration is required.                    

Informações Básicas da Extensão

Nome Exact Time - Local & UTC Exact Time - Local & UTC
ID iceehfhoipgiceeepgmecejmgcdckohb
URL Oficial https://chromewebstore.google.com/detail/exact-time-local-utc/iceehfhoipgiceeepgmecejmgcdckohb
Descrição Displays precise local and utc date and time
Tamanho do Arquivo 199 KB
Contagem de Instalações 876
Versão Atual 0.9
Última Atualização 2017-02-14
Data de Publicação 2017-02-14
Classificação 4.00/5 Total de 1 Avaliações
Desenvolvedor https://calcpedia.com
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Exact Time - Local & UTC",
    "short_name": "Exact Time",
    "description": "Displays precise local and utc date and time",
    "version": "0.9",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "mgfn.js",
            "mgext.js",
            "mgcls.js",
            "background.js"
        ],
        "persistent": true
    }
}