US Pacific Time (PT)
Displays current US Pacific Time.
US Pacific Time (PT)とは何ですか?
US Pacific Time (PT)はSmartAzanClockによって開発されたChromeの拡張機能で、その主な機能は「Displays current US Pacific Time.」です。
拡張機能のスクリーンショット
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |