Tabi - Window Exporter Firefox

Examine source code of Tabi - Window Exporter

By: Sadir
Inspect and view changes in Tabi - Window Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Tabi - Window Exporter",
  "version": "1.0.0",
  "description": "Export all tab URLs from the current window to a text file",
  "permissions": [
    "tabs",
    "downloads",
    "contextMenus"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "tabi-window-exporter@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "Export Tab URLs"
  }
}

Best Tabi - Window Exporter Alternatives

Here are some Firefox add-ons that are similar to Tabi - Window Exporter: