Current Time in US Time Zones
Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.
Co je Current Time in US Time Zones?
Current Time in US Time Zones je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Current Time in US Time Zones
Stáhněte si soubory rozšíření Current Time in US Time Zones ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Current Time in US Time Zones |
ID | mflmgpdkgbihgojplljecakngbcokfme |
Oficiální URL | https://chromewebstore.google.com/detail/current-time-in-us-time-z/mflmgpdkgbihgojplljecakngbcokfme |
Popis | Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving. |
Velikost souboru | 147 KB |
Počet instalací | 1,209 |
Aktuální Verze | 0.0.4 |
Poslední Aktualizace | 2019-06-14 |
Datum Vydání | 2019-06-13 |
Hodnocení | 4.50/5 Celkem 2 Hodnocení |
Vývojář | Unknown |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/dt-jb/timezone-ext-chrome |
Podporované Jazyky | 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": [] } |