Exact Time - Local & UTC

Displays precise local and utc date and time

什么是Exact Time - Local & UTC?

Exact Time - Local & UTC是由https://calcpedia.com开发的Chrome扩展程序,该扩展的主要功能是“Displays precise local and utc date and time”。

扩展截图

screenshot

下载Exact Time - Local & UTC扩展crx文件

下载Exact Time - Local & UTC扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Exact Time displays precise date and time in your local timezone as well as the current UTC — Coordinated Universal Time. Simply click the Exact Time icon on your Chrome toolbar to view the running clock that displays local and UTC date and time. No additional configuration is required.                    

扩展基本信息

名称 Exact Time - Local & UTC Exact Time - Local & UTC
ID iceehfhoipgiceeepgmecejmgcdckohb
官方URL https://chromewebstore.google.com/detail/exact-time-local-utc/iceehfhoipgiceeepgmecejmgcdckohb
简介 Displays precise local and utc date and time
文件大小 199 KB
安装次数 876
当前版本 0.9
更新时间 2017-02-14
上架时间 2017-02-14
评分 4.00/5 共1次评分
开发者 https://calcpedia.com
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Exact Time - Local & UTC",
    "short_name": "Exact Time",
    "description": "Displays precise local and utc date and time",
    "version": "0.9",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "mgfn.js",
            "mgext.js",
            "mgcls.js",
            "background.js"
        ],
        "persistent": true
    }
}