Tab Capture Example Firefox

Examine source code of Tab Capture Example

Inspect and view changes in Tab Capture Example source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Tab Capture Example",
  "description": "Capture a tab and play in a <video> element in a separate tab.",
  "version": "1",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "eventPage.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "permissions": [
    "storage",
    "tabs",
    "tabCapture"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{4f2aba2b-3b4b-4518-8951-52a979d3691d}"
    }
  }
}

Best Tab Capture Example Alternatives

Here are some Firefox add-ons that are similar to Tab Capture Example: