Current Time in US Time Zones
Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.
What is Current Time in US Time Zones?
Current Time in US Time Zones is a Chrome extension developed by Unknown, and its main feature is "Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.".
Extension Screenshots
Download Current Time in US Time Zones Extension CRX File
Download Current Time in US Time Zones extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Current Time in US Time Zones |
ID | mflmgpdkgbihgojplljecakngbcokfme |
Official URL | https://chromewebstore.google.com/detail/current-time-in-us-time-z/mflmgpdkgbihgojplljecakngbcokfme |
Description | Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving. |
File Size | 147 KB |
Installation Count | 1,209 |
Current Version | 0.0.4 |
Last Updated | 2019-06-14 |
Publish Date | 2019-06-13 |
Rating | 4.50/5 Total 2 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/dt-jb/timezone-ext-chrome |
Supported Languages | 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": [] } |