The Worldwide Clocks
The Worldwide Clocks can display time from various cities and timezones around the world with automatic Daylight Saving Time.
Was ist The Worldwide Clocks?
The Worldwide Clocks ist eine Chrome-Erweiterung, die von TheMojo Apps entwickelt wurde, und ihr Hauptmerkmal ist "The Worldwide Clocks can display time from various cities and timezones around the world with automatic Daylight Saving Time.".
Erweiterungsscreenshots
The Worldwide Clocks-Erweiterungs-CRX-Datei herunterladen
Laden Sie The Worldwide Clocks-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
The Worldwide Clocks are analog and digital clocks plugin based on GMT offsets. Perfect for world clocks. It is supporting automatic daylight saving time conversions for affected timezone. Features: => Analog Clock => Digital Clock => Date Display => 5 Clock Skins => GMT Timezone Offsets => Automatic Daylight Saving Time conversion on affected timezone. Developed By: TheJimIT Credits: jClocksGMT for MIT License
Grundlegende Informationen zur Erweiterung
Name | The Worldwide Clocks |
ID | ejmmcphlocoahmbnnoihjbcknceealkk |
Offizielle URL | https://chromewebstore.google.com/detail/the-worldwide-clocks/ejmmcphlocoahmbnnoihjbcknceealkk |
Beschreibung | The Worldwide Clocks can display time from various cities and timezones around the world with automatic Daylight Saving Time. |
Dateigröße | 175 KB |
Installationsanzahl | 322 |
Aktuelle Version | 1.2 |
Letztes Update | 2022-06-08 |
Veröffentlichungsdatum | 2018-04-21 |
Entwickler | TheMojo Apps |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.doozytools.com/ |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The Worldwide Clocks", "short_name": "The Worldwide Clocks", "description": "The Worldwide Clocks can display time from various cities and timezones around the world with automatic Daylight Saving Time.", "version": "1.2", "author": "TheJimIT", "icons": { "128": "icon.png", "48": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "storage" ] } |