Stopwatch Tab

Stopwatch Tab

Display stopwatches on tabs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Stopwatch Tab",
  "version": "1.0.8",
  "default_locale": "en",
  "description": "__MSG_extDescription__",
  "icons": {
    "32": "icon_32.png",
    "48": "icon_48.png",
    "72": "icon_72.png",
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_title": "Stopwatch Tab",
    "default_icon": "icon_32.png",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html"
  },
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "*://*/*",
    "storage"
  ]
}