UTC Time Now

Current time in UTC (Coordinated Universal Time).

What is UTC Time Now?

UTC Time Now is a Chrome extension developed by https://www.utctime.net, and its main feature is "Current time in UTC (Coordinated Universal Time).".

Extension Screenshots

screenshot

Download UTC Time Now Extension CRX File

Download UTC Time Now extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name UTC Time Now UTC Time Now
ID ceffohncmfdlkdjbnojpdbmnfnigonba
Official URL https://chromewebstore.google.com/detail/utc-time-now/ceffohncmfdlkdjbnojpdbmnfnigonba
Description Current time in UTC (Coordinated Universal Time).
File Size 13.53 KB
Installation Count 4,421
Current Version 1.2
Last Updated 2023-08-31
Publish Date 2016-05-27
Rating 4.71/5 Total 7 Ratings
Developer https://www.utctime.net
Email [email protected]
Payment Type free
Extension Website https://www.utctime.net/
Supported Languages 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"
    ]
}