UTC Time Now
Current time in UTC (Coordinated Universal Time).
什么是UTC Time Now?
UTC Time Now是由https://www.utctime.net开发的Chrome扩展程序,该扩展的主要功能是“Current time in UTC (Coordinated Universal Time).”。
扩展截图
下载UTC Time Now扩展crx文件
下载UTC Time Now扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get the current time now in UTC time zone (Coordinated Universal Time).
扩展基本信息
名称 | UTC Time Now |
ID | ceffohncmfdlkdjbnojpdbmnfnigonba |
官方URL | https://chromewebstore.google.com/detail/utc-time-now/ceffohncmfdlkdjbnojpdbmnfnigonba |
简介 | Current time in UTC (Coordinated Universal Time). |
文件大小 | 13.53 KB |
安装次数 | 4,421 |
当前版本 | 1.2 |
更新时间 | 2023-08-31 |
上架时间 | 2016-05-27 |
评分 | 4.71/5 共7次评分 |
开发者 | https://www.utctime.net |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.utctime.net/ |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UTC Time Now", "description": "Current time in UTC (Coordinated Universal Time).", "version": "1.2", "icons": { "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |