World Clock
Interactive world clocks extension, beautiful UI, easily one click to show, work offline.
什么是World Clock?
World Clock是由bulenttastan开发的Chrome扩展程序,该扩展的主要功能是“Interactive world clocks extension, beautiful UI, easily one click to show, work offline.”。
扩展截图
下载World Clock扩展crx文件
下载World Clock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The world clock showing many cities including the UTC time. It's useful for people working with remote teams with a visual way to see if it is night or daytime.
* Switch between 12h and 24h views
* See UTC (GMT) time, helpful to check any server time
* Countries and individual cities included
* Automatically adjusts for daylight savings time 扩展基本信息
| 名称 | |
| ID | dngepaapinafpbhfbfjhkcbabhfakmia |
| 官方URL | https://chromewebstore.google.com/detail/world-clock/dngepaapinafpbhfbfjhkcbabhfakmia |
| 简介 | Interactive world clocks extension, beautiful UI, easily one click to show, work offline. |
| 文件大小 | 236 KB |
| 安装次数 | 822 |
| 当前版本 | 1.1 |
| 更新时间 | 2020-11-28 |
| 上架时间 | 2020-04-10 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | bulenttastan |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "World Clock",
"version": "1.1",
"description": "Interactive world clocks extension, beautiful UI, easily one click to show, work offline.",
"browser_action": {
"default_icon": "assets\/images\/logo\/19.png",
"default_popup": "popup.html"
},
"icons": {
"32": "\/assets\/images\/logo\/32.png",
"48": "\/assets\/images\/logo\/48.png",
"64": "\/assets\/images\/logo\/64.png",
"128": "\/assets\/images\/logo\/128.png"
},
"manifest_version": 2
} | |