Omni World Timezone Map

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

Co to jest Omni World Timezone Map?

Omni World Timezone Map to rozszerzenie Chrome opracowane przez Paul Noble, a jego główną funkcją jest „A world day / night map and timezone converter with 100s of locations.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Omni World Timezone Map

Pobierz pliki rozszerzeń Omni World Timezone Map w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Omni World Timezone Map Omni World Timezone Map
ID lbmkcdphcmlokbdpgnjdpghmbednmhch
Oficjalny URL https://chromewebstore.google.com/detail/omni-world-timezone-map/lbmkcdphcmlokbdpgnjdpghmbednmhch
Opis A world day / night map and timezone converter with 100s of locations.
Rozmiar pliku 921 KB
Liczba instalacji 774
Aktualna Wersja 0.0.1
Ostatnia Aktualizacja 2017-10-31
Data Publikacji 2017-10-31
Ocena 3.83/5 Łącznie 6 Oceny
Deweloper Paul Noble
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    }
}