Current Time in US Time Zones
Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.
什麼是Current Time in US Time Zones?
Current Time in US Time Zones是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.”。
擴展截圖
下載Current Time in US Time Zones擴展crx文件
下載Current Time in US Time Zones擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Current Time in US Time Zones |
ID | mflmgpdkgbihgojplljecakngbcokfme |
官方網址 | https://chromewebstore.google.com/detail/current-time-in-us-time-z/mflmgpdkgbihgojplljecakngbcokfme |
簡介 | Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving. |
檔案大小 | 147 KB |
安裝次數 | 1,209 |
目前版本 | 0.0.4 |
更新時間 | 2019-06-14 |
上架時間 | 2019-06-13 |
評分 | 4.50/5 共 2 次評分 |
開發者 | Unknown |
付費類型 | free |
擴展官網 | https://github.com/dt-jb/timezone-ext-chrome |
支援的語言 | 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": [] } |