GMT/PDT Clock
PDT Clock extension for Google Chrome.
什么是GMT/PDT Clock?
GMT/PDT Clock是由ZL开发的Chrome扩展程序,该扩展的主要功能是“PDT Clock extension for Google Chrome.”。
扩展截图
下载GMT/PDT Clock扩展crx文件
下载GMT/PDT Clock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
PDT Clock extension for Google Chrome.
This is forked from Casey Hunt's work (https://github.com/caseymhunt/utc-clock-extension). I only changed the displayed timezone from UTC to PDT, and it now adds a button for GMT/PDT Time in your Chrome toolbar. 扩展基本信息
| 名称 | |
| ID | gkpoiapfhejilbeiacefoikliefjninj |
| 官方URL | https://chromewebstore.google.com/detail/gmtpdt-clock/gkpoiapfhejilbeiacefoikliefjninj |
| 简介 | PDT Clock extension for Google Chrome. |
| 文件大小 | 7.19 KB |
| 安装次数 | 54 |
| 当前版本 | 4.2 |
| 更新时间 | 2022-01-30 |
| 上架时间 | 2022-01-29 |
| 开发者 | ZL |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/zehuanli/pdt-clock-extension |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "GMT\/PDT Clock",
"description": "PDT Clock extension for Google Chrome.",
"version": "4.2",
"author": "Zehuan Li, forked from Casey Hunt -- casey.hunt (at) gmail.com",
"background": {
"service_worker": "bg.js"
},
"permissions": [
"alarms"
],
"action": {
"default_title": "PDT Clock",
"default_icon": "icon2.png",
"default_popup": "popup.html"
},
"icons": {
"128": "icon2.png",
"48": "icon2.png"
}
} | |