Current Time in US Time Zones
Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.
Hvad er Current Time in US Time Zones?
Current Time in US Time Zones er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.".
Udvidelsesskærmbilleder
Download Current Time in US Time Zones-udvidelses-CRX-fil
Download Current Time in US Time Zones-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
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.
Grundlæggende oplysninger om udvidelsen
Navn | Current Time in US Time Zones |
ID | mflmgpdkgbihgojplljecakngbcokfme |
Officiel URL | https://chromewebstore.google.com/detail/current-time-in-us-time-z/mflmgpdkgbihgojplljecakngbcokfme |
Beskrivelse | Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving. |
Filstørrelse | 147 KB |
Antal Installationer | 1,209 |
Nuværende Version | 0.0.4 |
Senest Opdateret | 2019-06-14 |
Udgivelsesdato | 2019-06-13 |
Bedømmelse | 4.50/5 Samlet 2 Bedømmelser |
Udvikler | Unknown |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/dt-jb/timezone-ext-chrome |
Understøttede Sprog | 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": [] } |