Zone
A Simple Time Zone Extension
什么是Zone?
Zone是由Peter Moise开发的Chrome扩展程序,该扩展的主要功能是“A Simple Time Zone Extension”。
扩展截图
下载Zone扩展crx文件
下载Zone扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Need to know the time of a different location in another time zone? This extension does exactly that, displaying the time zone of your choice in a simplistic manner. 扩展基本信息
| 名称 | |
| ID | lehhdgfjlffdogjabdjiphokobkcacmg |
| 官方URL | https://chromewebstore.google.com/detail/zone/lehhdgfjlffdogjabdjiphokobkcacmg |
| 简介 | A Simple Time Zone Extension |
| 文件大小 | 12.42 KB |
| 安装次数 | 15 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2021-10-20 |
| 上架时间 | 2021-06-12 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | Peter Moise |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Zone",
"description": "A Simple Time Zone Extension",
"author": "Peter Moise",
"version": "1.0.1",
"manifest_version": 3,
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "Icons\/clock-16.png",
"32": "Icons\/clock-32.png",
"48": "Icons\/clock-48.png",
"128": "Icons\/clock-128.png"
}
},
"icons": {
"16": "Icons\/clock-16.png",
"32": "Icons\/clock-32.png",
"48": "Icons\/clock-48.png",
"128": "Icons\/clock-128.png"
}
} | |