World Clock
An extension which displays time in different timezones.
World Clockとは何ですか?
World ClockはRajasri Systemsによって開発されたChromeの拡張機能で、その主な機能は「An extension which displays time in different timezones.」です。
拡張機能のスクリーンショット
World Clock拡張機能のCRXファイルをダウンロード
World Clock拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
An extension to display time in different time zones. 300+ timezones available. Automatic synchronisation with the system timezone. Setup the world clock!
拡張機能の基本情報
名前 | World Clock |
ID | nfigbefbepjmkffdeelklglfjponlpbo |
公式URL | https://chromewebstore.google.com/detail/world-clock/nfigbefbepjmkffdeelklglfjponlpbo |
説明 | An extension which displays time in different timezones. |
ファイルサイズ | 6.15 MB |
インストール数 | 69 |
現在のバージョン | 2.1 |
最終更新日 | 2023-04-13 |
公開日 | 2021-04-11 |
開発者 | Rajasri Systems |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://rajasri.com/privacy-policy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "World Clock", "description": "An extension which displays time in different timezones.", "version": "2.1", "author": "Rajasri Systems", "browser_action": { "default_icon": "images\/worldclockfavicon.png", "default_popup": "index.html" }, "background": { "page": "index.html" }, "icons": { "16": "images\/worldclockfavicon.png", "32": "images\/worldclock32x32.png", "48": "images\/worldclock48x48.png", "128": "images\/worldclock128x128.png" } } |