US Pacific Time (PT)

Displays current US Pacific Time.

什么是US Pacific Time (PT)?

US Pacific Time (PT)是由SmartAzanClock开发的Chrome扩展程序,该扩展的主要功能是“Displays current US Pacific Time.”。

扩展截图

screenshot

下载US Pacific Time (PT)扩展crx文件

下载US Pacific Time (PT)扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        ✔️ Single-purpose  ✔️ Lightweight 

Click on the icon to switch between 24hr & 12hr modes.                    

扩展基本信息

名称 US Pacific Time (PT) US Pacific Time (PT)
ID mgbefemhgjomkfbchpgjioichelccdfd
官方URL https://chromewebstore.google.com/detail/us-pacific-time-pt/mgbefemhgjomkfbchpgjioichelccdfd
简介 Displays current US Pacific Time.
文件大小 5.81 KB
安装次数 83
当前版本 0.0.1.9
更新时间 2022-09-17
上架时间 2021-07-16
开发者 SmartAzanClock
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://smartazanclock.com/privacy-policy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "version": "0.0.1.9",
    "default_locale": "en",
    "description": "__MSG_description__",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "alarms"
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "minimum_chrome_version": "88",
    "action": {
        "default_title": "__MSG_short_name__",
        "default_icon": {
            "128": "images\/_icon.png"
        }
    },
    "icons": {
        "128": "images\/_icon.png"
    }
}