Timezone

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

Cos'è Timezone?

Timezone è un'estensione di Chrome sviluppata da http://creativebrain.be, e la sua funzione principale è "TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Timezone

Scarica i file di estensione Timezone in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Timezone Timezone
ID mhomkmoocejpiegiconmegnkhhoidlpe
URL Ufficiale https://chrome.google.com/webstore/detail/timezone/mhomkmoocejpiegiconmegnkhhoidlpe
Descrizione TimeZone is a simple extension to see what the current time is around the world. (currently supports 405 cities)
Dimensione del File 318 KB
Conteggio Installazioni 616
Versione Corrente 1.0 beta
Ultimo Aggiornamento 2015-07-31
Data di Pubblicazione 2015-07-31
Valutazione 2.80/5 Totale 5 Valutazioni
Sviluppatore http://creativebrain.be
Tipo di Pagamento free
Sito Web dell'Estensione http://www.creativebrain.be/
Lingue Supportate 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"
            ]
        }
    ]
}