Omni World Timezone Map
A world day / night map and timezone converter with 100s of locations.
Cos'è Omni World Timezone Map?
Omni World Timezone Map è un'estensione di Chrome sviluppata da Paul Noble, e la sua funzione principale è "A world day / night map and timezone converter with 100s of locations.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Omni World Timezone Map
Scarica i file di estensione Omni World Timezone Map 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
Timezone conversion made simple and beautiful with a customizable world day / night map that offers hundreds of locations to be added.
Informazioni di Base sull'Estensione
Nome | Omni World Timezone Map |
ID | lbmkcdphcmlokbdpgnjdpghmbednmhch |
URL Ufficiale | https://chromewebstore.google.com/detail/omni-world-timezone-map/lbmkcdphcmlokbdpgnjdpghmbednmhch |
Descrizione | A world day / night map and timezone converter with 100s of locations. |
Dimensione del File | 921 KB |
Conteggio Installazioni | 774 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2017-10-31 |
Data di Pubblicazione | 2017-10-31 |
Valutazione | 3.83/5 Totale 6 Valutazioni |
Sviluppatore | Paul Noble |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |