Omni World Timezone Map

A world day / night map and timezone converter with 100s of locations.

O que é Omni World Timezone Map?

Omni World Timezone Map é uma extensão do Chrome desenvolvida por Paul Noble, e sua principal característica é "A world day / night map and timezone converter with 100s of locations.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Omni World Timezone Map

Baixe arquivos de extensão Omni World Timezone Map 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

                        Timezone conversion made simple and beautiful with a customizable world day / night map that offers hundreds of locations to be added.                    

Informações Básicas da Extensão

Nome Omni World Timezone Map Omni World Timezone Map
ID lbmkcdphcmlokbdpgnjdpghmbednmhch
URL Oficial https://chromewebstore.google.com/detail/omni-world-timezone-map/lbmkcdphcmlokbdpgnjdpghmbednmhch
Descrição A world day / night map and timezone converter with 100s of locations.
Tamanho do Arquivo 921 KB
Contagem de Instalações 774
Versão Atual 0.0.1
Última Atualização 2017-10-31
Data de Publicação 2017-10-31
Classificação 3.83/5 Total de 6 Avaliações
Desenvolvedor Paul Noble
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Omni World Timezone Map",
    "description": "A world day \/ night map and timezone converter with 100s of locations.",
    "manifest_version": 2,
    "version": "0.0.1",
    "permissions": [
        "storage"
    ],
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "page_action": {
        "default_icon": "icon48.png",
        "default_title": "Omni World Timezone Map"
    },
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}