quick tab sampler Firefox

Examine source code of quick tab sampler

제작자: rearview45 Add-on
Inspect and view changes in quick tab sampler source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Sampler",
  "version": "1.0.0",
  "description": "Record, trim, and export audio directly from any browser tab. Clean, fast, and fully local.",
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "permissions": [
    "<all_urls>",
    "storage",
    "unlimitedStorage",
    "notifications"
  ],
  "background": {
    "scripts": [
      "lib/db.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Tab Sampler",
    "default_popup": "popup/popup.html",
    "default_icon": "icons/icon.svg"
  },
  "web_accessible_resources": [
    "capture/recorder-worklet.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "tab-sampler@darcy.local",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

최고의 quick tab sampler 대안

다음은 quick tab sampler과(와) 유사한 Firefox add-on입니다: