Tab Capture Example Firefox

Examine source code of Tab Capture Example

제작자: clarkjenifer Add-on
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}"
    }
  }
}

최고의 Tab Capture Example 대안

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