Omni World Timezone Map
A world day / night map and timezone converter with 100s of locations.
Hvad er Omni World Timezone Map?
Omni World Timezone Map er en Chrome-udvidelse udviklet af Paul Noble, og dens hovedfunktion er "A world day / night map and timezone converter with 100s of locations.".
Udvidelsesskærmbilleder
Download Omni World Timezone Map-udvidelses-CRX-fil
Download Omni World Timezone Map-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Timezone conversion made simple and beautiful with a customizable world day / night map that offers hundreds of locations to be added. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lbmkcdphcmlokbdpgnjdpghmbednmhch |
| Officiel URL | https://chromewebstore.google.com/detail/omni-world-timezone-map/lbmkcdphcmlokbdpgnjdpghmbednmhch |
| Beskrivelse | A world day / night map and timezone converter with 100s of locations. |
| Filstørrelse | 921 KB |
| Antal Installationer | 774 |
| Nuværende Version | 0.0.1 |
| Senest Opdateret | 2017-10-31 |
| Udgivelsesdato | 2017-10-31 |
| Bedømmelse | 3.83/5 Samlet 6 Bedømmelser |
| Udvikler | Paul Noble |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
} | |