Current Time in US Time Zones
Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.
Wat is Current Time in US Time Zones?
Current Time in US Time Zones is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.".
Extensie Screenshots
Download het CRX-bestand van de extensie Current Time in US Time Zones
Download Current Time in US Time Zones-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Current Time in US Time Zones |
ID | mflmgpdkgbihgojplljecakngbcokfme |
Officiële URL | https://chromewebstore.google.com/detail/current-time-in-us-time-z/mflmgpdkgbihgojplljecakngbcokfme |
Beschrijving | Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving. |
Bestandsgrootte | 147 KB |
Aantal Installaties | 1,209 |
Huidige Versie | 0.0.4 |
Laatst Bijgewerkt | 2019-06-14 |
Publicatiedatum | 2019-06-13 |
Beoordeling | 4.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Extensiewebsite | https://github.com/dt-jb/timezone-ext-chrome |
Ondersteunde Talen | 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": [] } |