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.”。

扩展截图

screenshot

下载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 Current Time in US Time Zones
ID mflmgpdkgbihgojplljecakngbcokfme
官方URL 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": []
}