UTC Time Now
Current time in UTC (Coordinated Universal Time).
什麼是UTC Time Now?
UTC Time Now是由https://www.utctime.net開發的Chrome擴展程式,該擴展的主要功能是“Current time in UTC (Coordinated Universal Time).”。
擴展截圖
下載UTC Time Now擴展crx文件
下載UTC Time Now擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Get the current time now in UTC time zone (Coordinated Universal Time). 擴展基本資訊
| 名稱 | |
| ID | ceffohncmfdlkdjbnojpdbmnfnigonba |
| 官方網址 | https://chromewebstore.google.com/detail/utc-time-now/ceffohncmfdlkdjbnojpdbmnfnigonba |
| 簡介 | Current time in UTC (Coordinated Universal Time). |
| 檔案大小 | 13.53 KB |
| 安裝次數 | 4,421 |
| 目前版本 | 1.2 |
| 更新時間 | 2023-08-31 |
| 上架時間 | 2016-05-27 |
| 評分 | 4.71/5 共 7 次評分 |
| 開發者 | https://www.utctime.net |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://www.utctime.net/ |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "UTC Time Now",
"description": "Current time in UTC (Coordinated Universal Time).",
"version": "1.2",
"icons": {
"64": "icon64.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"permissions": [
"activeTab"
]
} | |