Copy Paste URLs Firefox

Examine source code of Copy Paste URLs

By: zhuwang
Inspect and view changes in Copy Paste URLs source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDesc__",
  "version": "1.0.9.0",
  "version_name": "1.0.9",
  "manifest_version": 3,
  "action": {
    "default_popup": "src/ui/action-popup/index.html"
  },
  "background": {
    "scripts": [
      "service-worker-loader.js"
    ],
    "type": "module"
  },
  "devtools_page": "src/devtools/index.html",
  "options_page": "src/ui/options-page/index.html",
  "offline_enabled": true,
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "storage",
    "tabs",
    "clipboardRead",
    "clipboardWrite"
  ],
  "default_locale": "en",
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "src/ui/setup/index.html",
        "src/ui/content-script-iframe/index.html",
        "src/ui/devtools-panel/index.html"
      ]
    }
  ],
  "icons": {
    "16": "src/assets/logo.png",
    "24": "src/assets/logo.png",
    "32": "src/assets/logo.png",
    "128": "src/assets/logo.png"
  },
  "author": "goodzhuwang@gmail.com",
  "browser_specific_settings": {
    "gecko": {
      "id": "copy-paste-urls@dingdangbox.com"
    }
  }
}

Best Copy Paste URLs Alternatives

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