Omni World Timezone Map

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

Qu'est-ce que Omni World Timezone Map ?

Omni World Timezone Map est une extension Chrome développée par Paul Noble, et sa fonction principale est "A world day / night map and timezone converter with 100s of locations.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Omni World Timezone Map

Téléchargez les fichiers d'extension Omni World Timezone Map au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Omni World Timezone Map Omni World Timezone Map
ID lbmkcdphcmlokbdpgnjdpghmbednmhch
URL Officiel https://chromewebstore.google.com/detail/omni-world-timezone-map/lbmkcdphcmlokbdpgnjdpghmbednmhch
Description A world day / night map and timezone converter with 100s of locations.
Taille du Fichier 921 KB
Nombre d'Installations 774
Version Actuelle 0.0.1
Dernière Mise à Jour 2017-10-31
Date de Publication 2017-10-31
Évaluation 3.83/5 Total 6 Évaluations
Développeur Paul Noble
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}