Current Time in US Time Zones
Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.
Cos'è Current Time in US Time Zones?
Current Time in US Time Zones è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Current Time in US Time Zones
Scarica i file di estensione Current Time in US Time Zones in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Current Time in US Time Zones |
ID | mflmgpdkgbihgojplljecakngbcokfme |
URL Ufficiale | https://chromewebstore.google.com/detail/current-time-in-us-time-z/mflmgpdkgbihgojplljecakngbcokfme |
Descrizione | Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving. |
Dimensione del File | 147 KB |
Conteggio Installazioni | 1,209 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2019-06-14 |
Data di Pubblicazione | 2019-06-13 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/dt-jb/timezone-ext-chrome |
Lingue Supportate | 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": [] } |