Display Time

Display Time

Displays the current time on the browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Display Time",
  "version": "1.0",
  "description": "Displays the current time on the browser",
  "action": {
    "default_popup": "popup.html"
  }
}