Exact Time - Local & UTC
Displays precise local and utc date and time
Exact Time - Local & UTCとは何ですか?
Exact Time - Local & UTCはhttps://calcpedia.comによって開発されたChromeの拡張機能で、その主な機能は「Displays precise local and utc date and time」です。
拡張機能のスクリーンショット
Exact Time - Local & UTC拡張機能のCRXファイルをダウンロード
Exact Time - Local & UTC拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Exact Time displays precise date and time in your local timezone as well as the current UTC — Coordinated Universal Time. Simply click the Exact Time icon on your Chrome toolbar to view the running clock that displays local and UTC date and time. No additional configuration is required.
拡張機能の基本情報
名前 | Exact Time - Local & UTC |
ID | iceehfhoipgiceeepgmecejmgcdckohb |
公式URL | https://chromewebstore.google.com/detail/exact-time-local-utc/iceehfhoipgiceeepgmecejmgcdckohb |
説明 | Displays precise local and utc date and time |
ファイルサイズ | 199 KB |
インストール数 | 876 |
現在のバージョン | 0.9 |
最終更新日 | 2017-02-14 |
公開日 | 2017-02-14 |
評価 | 4.00/5 合計 1 レビュー |
開発者 | https://calcpedia.com |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Exact Time - Local & UTC", "short_name": "Exact Time", "description": "Displays precise local and utc date and time", "version": "0.9", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "mgfn.js", "mgext.js", "mgcls.js", "background.js" ], "persistent": true } } |