Current Time in US Time Zones
Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.
Current Time in US Time Zonesとは何ですか?
Current Time in US Time ZonesはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.」です。
拡張機能のスクリーンショット
Current Time in US Time Zones拡張機能のCRXファイルをダウンロード
Current Time in US Time Zones拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Simple popup extension that provides the current time for US timezones (Eastern, Central, Pacific) in either standard time or daylight saving time, depending on the time of year.
拡張機能の基本情報
名前 | Current Time in US Time Zones |
ID | mflmgpdkgbihgojplljecakngbcokfme |
公式URL | https://chromewebstore.google.com/detail/current-time-in-us-time-z/mflmgpdkgbihgojplljecakngbcokfme |
説明 | Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving. |
ファイルサイズ | 147 KB |
インストール数 | 1,209 |
現在のバージョン | 0.0.4 |
最終更新日 | 2019-06-14 |
公開日 | 2019-06-13 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | Unknown |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/dt-jb/timezone-ext-chrome |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Current Time in US Time Zones", "description": "Displays the current time in US Eastern, Central, and Pacific time zones accounting for daylight saving.", "version": "0.0.4", "browser_action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "clock.png", "48": "clock.png", "128": "clock.png" }, "permissions": [] } |