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).」です。

拡張機能のスクリーンショット

screenshot

UTC Time Now拡張機能のCRXファイルをダウンロード

UTC Time Now拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Get the current time now in UTC time zone (Coordinated Universal Time).                    

拡張機能の基本情報

名前 UTC Time Now UTC Time Now
ID ceffohncmfdlkdjbnojpdbmnfnigonba
公式URL 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
Eメール [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"
    ]
}