Annotate.tv: Take notes on videos

Annotate.tv: Take notes on videos

Take timestamped notes easily while watching videos

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Annotate.tv: Take notes on videos",
  "version": "0.0.0.6",
  "description": "Take timestamped notes easily while watching videos",
  "manifest_version": 2,
  "permissions": [
    "activeTab",
    "<all_urls>"
  ],
  "browser_action": {},
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "externally_connectable": {
    "matches": [
      "*://*.annotate.tv/*",
      "http://localhost/*"
    ]
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}