quick tab sampler Firefox

Examine source code of quick tab sampler

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"
        ]
      }
    }
  }
}

Best quick tab sampler Alternatives

Here are some Firefox add-ons that are similar to quick tab sampler: