The Worldwide Clocks
The Worldwide Clocks can display time from various cities and timezones around the world with automatic Daylight Saving Time.
The Worldwide Clocksとは何ですか?
The Worldwide ClocksはTheMojo Appsによって開発されたChromeの拡張機能で、その主な機能は「The Worldwide Clocks can display time from various cities and timezones around the world with automatic Daylight Saving Time.」です。
拡張機能のスクリーンショット
The Worldwide Clocks拡張機能のCRXファイルをダウンロード
The Worldwide Clocks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The Worldwide Clocks are analog and digital clocks plugin based on GMT offsets. Perfect for world clocks. It is supporting automatic daylight saving time conversions for affected timezone. Features: => Analog Clock => Digital Clock => Date Display => 5 Clock Skins => GMT Timezone Offsets => Automatic Daylight Saving Time conversion on affected timezone. Developed By: TheJimIT Credits: jClocksGMT for MIT License
拡張機能の基本情報
名前 | The Worldwide Clocks |
ID | ejmmcphlocoahmbnnoihjbcknceealkk |
公式URL | https://chromewebstore.google.com/detail/the-worldwide-clocks/ejmmcphlocoahmbnnoihjbcknceealkk |
説明 | The Worldwide Clocks can display time from various cities and timezones around the world with automatic Daylight Saving Time. |
ファイルサイズ | 175 KB |
インストール数 | 322 |
現在のバージョン | 1.2 |
最終更新日 | 2022-06-08 |
公開日 | 2018-04-21 |
開発者 | TheMojo Apps |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.doozytools.com/ |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "The Worldwide Clocks", "short_name": "The Worldwide Clocks", "description": "The Worldwide Clocks can display time from various cities and timezones around the world with automatic Daylight Saving Time.", "version": "1.2", "author": "TheJimIT", "icons": { "128": "icon.png", "48": "icon.png" }, "browser_action": { "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "storage" ] } |