Omni World Timezone Map

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

Was ist Omni World Timezone Map?

Omni World Timezone Map ist eine Chrome-Erweiterung, die von Paul Noble entwickelt wurde, und ihr Hauptmerkmal ist "A world day / night map and timezone converter with 100s of locations.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Omni World Timezone Map-Erweiterungs-CRX-Datei herunterladen

Laden Sie Omni World Timezone Map-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Omni World Timezone Map Omni World Timezone Map
ID lbmkcdphcmlokbdpgnjdpghmbednmhch
Offizielle URL https://chromewebstore.google.com/detail/omni-world-timezone-map/lbmkcdphcmlokbdpgnjdpghmbednmhch
Beschreibung A world day / night map and timezone converter with 100s of locations.
Dateigröße 921 KB
Installationsanzahl 774
Aktuelle Version 0.0.1
Letztes Update 2017-10-31
Veröffentlichungsdatum 2017-10-31
Bewertung 3.83/5 Insgesamt 6 Bewertungen
Entwickler Paul Noble
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}