UTC Time

Displays current Coordinated Universal Time (UTC).

什么是UTC Time?

UTC Time是由SmartAzanClock开发的Chrome扩展程序,该扩展的主要功能是“Displays current Coordinated Universal Time (UTC).”。

扩展截图

screenshot

下载UTC Time扩展crx文件

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

扩展使用说明

                        ✔️ Single-purpose  ✔️ Lightweight 

Click on the icon to switch between 24hr & 12hr modes.                    

扩展基本信息

名称 UTC Time UTC Time
ID moffeconabpedpjjodkhfllgflhaniim
官方URL https://chromewebstore.google.com/detail/utc-time/moffeconabpedpjjodkhfllgflhaniim
简介 Displays current Coordinated Universal Time (UTC).
文件大小 6.19 KB
安装次数 639
当前版本 0.0.1.9
更新时间 2022-09-17
上架时间 2022-01-06
评分 5.00/5 共1次评分
开发者 SmartAzanClock
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://smartazanclock.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "version": "0.0.1.9",
    "default_locale": "en",
    "description": "__MSG_description__",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "alarms"
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "minimum_chrome_version": "88",
    "action": {
        "default_title": "__MSG_short_name__",
        "default_icon": {
            "128": "images\/_icon.png"
        }
    },
    "icons": {
        "128": "images\/_icon.png"
    }
}