copy_all_urls Firefox

Examine source code of copy_all_urls

Inspect and view changes in copy_all_urls source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "browser_action": {
    "default_icon": "img/logo_32.png",
    "default_title": "Copy URLs to clipboard",
    "default_popup": "popup.html"
  },
  "description": "Copy tabs URL to clipboard (formats : text, HTML, JSON or custom). Paste to open multiple URL at one go.",
  "icons": {
    "96": "img/logo.png"
  },
  "background": {
    "scripts": [
      "vendor/jquery.slim.js",
      "vendor/he.js",
      "background.js"
    ]
  },
  "commands": {
    "copy": {
      "suggested_key": {
        "default": "Alt+C"
      },
      "description": "Copy"
    },
    "paste": {
      "suggested_key": {
        "default": "Alt+V"
      },
      "description": "Paste"
    }
  },
  "name": "Copy All Urls",
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "management",
    "clipboardRead",
    "clipboardWrite",
    "notifications"
  ],
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "version": "5.0.0",
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{97e806a0-8841-496c-9f77-d242b06a43f0}"
    }
  }
}

Best copy_all_urls Alternatives

Here are some Firefox add-ons that are similar to copy_all_urls: