Copy Selected Tab Info Firefox

Examine source code of Copy Selected Tab Info

Inspect and view changes in Copy Selected Tab Info source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Copy Selected Tab Info",
  "description": "Copies the URLs of the currently selected tabs to clipboard",
  "version": "0.0.3",
  "icons": {
    "64": "icons/copy-selected-tab-info-ICON-64x64.png"
  },
  "permissions": [
    "tabs",
    "contextMenus",
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "background_script.js"
    ]
  },
  "content_scripts": [],
  "browser_action": {
    "default_icon": {
      "64": "icons/copy-selected-tab-info-ICON-64x64.png"
    }
  }
}

Best Copy Selected Tab Info Alternatives

Here are some Firefox add-ons that are similar to Copy Selected Tab Info: