Copy and Paste Tabs Firefox

Examine source code of Copy and Paste Tabs

Inspect and view changes in Copy and Paste Tabs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Copy and Paste Tabs",
  "version": "1.2.0",
  "description": "Copy all tabs to clipboard and open tabs from clipboard URLs.",
  "author": "Stanislav Senotrusov",
  "homepage_url": "https://github.com/senotrusov/copy-and-paste-tabs",
  "permissions": [
    "menus",
    "tabs",
    "clipboardWrite",
    "clipboardRead",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "copy-and-paste-tabs@senotrusov.com",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Copy and Paste Tabs Alternatives

Here are some Firefox add-ons that are similar to Copy and Paste Tabs: