UTC Time

Displays current Coordinated Universal Time (UTC).

什麼是UTC Time?

UTC Time是由SmartAzanClock開發的Chrome擴展程式,該擴展的主要功能是“Displays current Coordinated Universal Time (UTC).”。

擴展截圖

screenshot

下載UTC Time擴展crx文件

下載UTC Time擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ✔️ Single-purpose  ✔️ Lightweight 

Click on the icon to switch between 24hr & 12hr modes.                    

擴展基本資訊

名稱 UTC Time UTC Time
ID moffeconabpedpjjodkhfllgflhaniim
官方網址 https://chromewebstore.google.com/detail/utc-time/moffeconabpedpjjodkhfllgflhaniim
簡介 Displays current Coordinated Universal Time (UTC).
檔案大小 6.19 KB
安裝次數 639
目前版本 0.0.1.9
更新時間 2022-09-17
上架時間 2022-01-06
評分 5.00/5 共 1 次評分
開發者 SmartAzanClock
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://smartazanclock.com/privacy-policy
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "__MSG_short_name__",
    "version": "0.0.1.9",
    "default_locale": "en",
    "description": "__MSG_description__",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "alarms"
    ],
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "minimum_chrome_version": "88",
    "action": {
        "default_title": "__MSG_short_name__",
        "default_icon": {
            "128": "images\/_icon.png"
        }
    },
    "icons": {
        "128": "images\/_icon.png"
    }
}