Timezone

TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)

O que é Timezone?

Timezone é uma extensão do Chrome desenvolvida por http://creativebrain.be, e sua principal característica é "TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Timezone

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

                        Add time zones from over 400 cities in a fast and fun way.

✔ Drag down to add a new time zone.
✔ Re-order your saved time zones.
✔ Includes 405 different cities                    

Informações Básicas da Extensão

Nome Timezone Timezone
ID mhomkmoocejpiegiconmegnkhhoidlpe
URL Oficial https://chrome.google.com/webstore/detail/timezone/mhomkmoocejpiegiconmegnkhhoidlpe
Descrição TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)
Tamanho do Arquivo 318 KB
Contagem de Instalações 616
Versão Atual 1.0 beta
Última Atualização 2015-07-31
Data de Publicação 2015-07-31
Classificação 2.80/5 Total de 5 Avaliações
Desenvolvedor http://creativebrain.be
Tipo de Pagamento free
Site da Extensão http://www.creativebrain.be/
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1",
    "version_name": "1.0 beta",
    "manifest_version": 2,
    "name": "Timezone",
    "description": "TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)",
    "author": "Kristof Van Espen",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ],
    "web_accessible_resources": [
        "assets\/*",
        "fonts\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/reset.css",
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.js",
                "js\/jquery-ui.min.js",
                "js\/moment.js",
                "js\/moment-timezone.js",
                "js\/jquery.hammer.js",
                "js\/script.js"
            ]
        }
    ]
}