Time

Time

Show time by clikcing button. Useful for quickly checking time in video meetings.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Time",
  "description": "Show time by clikcing button. Useful for quickly checking time in video meetings.",
  "author": "Solomon Kinard",
  "icons": {
    "128": "time.png"
  },
  "incognito": "split",
  "manifest_version": 2,
  "version": "1",
  "browser_action": {
    "default_popup": "popup.html"
  }
}