UTC Time Now

UTC Time Now

Current time in UTC (Coordinated Universal Time).

Merlin
Additional files are visible only to premium users

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"
  ]
}