World Clocks
World Clocks
什么是World Clocks?
World Clocks是由https://quickrr.com开发的Chrome扩展程序,该扩展的主要功能是“World Clocks”。
扩展截图
下载World Clocks扩展crx文件
下载World Clocks扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
World Clocks is a simple yet powerful Chrome extension to display current time in different time zones. Select country & city, and every time you open World Clocks you have local time instantly.
Chrome productivity extensions by http://quickrr.com 扩展基本信息
| 名称 | |
| ID | ajnbnekhpkkfaobjalnhdoofajkghidp |
| 官方URL | https://chromewebstore.google.com/detail/world-clocks/ajnbnekhpkkfaobjalnhdoofajkghidp |
| 简介 | World Clocks |
| 文件大小 | 255 KB |
| 安装次数 | 8,708 |
| 当前版本 | 2.0 |
| 更新时间 | 2015-02-22 |
| 上架时间 | 2015-02-22 |
| 评分 | 4.41/5 共222次评分 |
| 开发者 | https://quickrr.com |
| 付费类型 | free |
| 扩展官网 | http://quickrr.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"background": {
"page": "background.html"
},
"name": "World Clocks",
"version": "2.0",
"manifest_version": 2,
"description": "World Clocks",
"browser_action": {
"default_icon": "images\/icon.png",
"default_popup": "popup.htm",
"default_title": "World Clocks"
},
"icons": {
"128": "images\/icon128.png",
"48": "images\/icon48.png",
"16": "images\/icon16.png"
}
} | |