Current Time in US Time Zones
Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.
Was ist Current Time in US Time Zones?
Current Time in US Time Zones ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.".
Erweiterungsscreenshots
Current Time in US Time Zones-Erweiterungs-CRX-Datei herunterladen
Laden Sie Current Time in US Time Zones-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
Simple popup extension that provides the current time for US timezones (Eastern, Central, Pacific) in either standard time or daylight saving time, depending on the time of year.
Grundlegende Informationen zur Erweiterung
Name | Current Time in US Time Zones |
ID | mflmgpdkgbihgojplljecakngbcokfme |
Offizielle URL | https://chromewebstore.google.com/detail/current-time-in-us-time-z/mflmgpdkgbihgojplljecakngbcokfme |
Beschreibung | Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving. |
Dateigröße | 147 KB |
Installationsanzahl | 1,209 |
Aktuelle Version | 0.0.4 |
Letztes Update | 2019-06-14 |
Veröffentlichungsdatum | 2019-06-13 |
Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/dt-jb/timezone-ext-chrome |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Current Time in US Time Zones", "description": "Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.", "version": "0.0.4", "browser_action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "clock.png", "48": "clock.png", "128": "clock.png" }, "permissions": [] } |