Copy Tabs URLs Firefox

Examine source code of Copy Tabs URLs

Inspect and view changes in Copy Tabs URLs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Copy Tabs URLs",
  "version": "1.0",
  "description": "Copy URLs of all open tabs to clipboard.",
  "icons": {
    "48": "icons/border-48.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs",
    "clipboardWrite"
  ],
  "browser_action": {
    "default_icon": {
      "48": "icons/border-48.png"
    },
    "default_title": "Copy Tabs URLs"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{817e18ec-a7a0-4202-b535-854cc9a7f112}"
    }
  }
}

Best Copy Tabs URLs Alternatives

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