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 |
官方網址 | 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 } } |