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
公式URL 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
Eメール [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"
    }
}