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": "2.6",
  "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": "{c52561f5-3ee5-44bf-805d-8b2e7eade1c1}"
    }
  }
}

최고의 Tab Capture Example 대안

다음은 Tab Capture Example과(와) 유사한 Firefox add-on입니다: