Copy Page Link Firefox

Examine source code of Copy Page Link

Inspect and view changes in Copy Page Link source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDesc__",
  "homepage_url": "https://codeberg.org/nhoyt/copy-page-link",
  "author": "Nicholas Hoyt",
  "default_locale": "en",
  "manifest_version": 3,
  "version": "2026.5.20",
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "scripting",
    "storage"
  ],
  "action": {
    "default_icon": "images/icon-32.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "copy-link@github.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+L"
      }
    }
  },
  "icons": {
    "32": "images/icon-32.png",
    "48": "images/icon-48.png",
    "64": "images/icon-64.png",
    "96": "images/icon-96.png",
    "128": "images/icon-128.png"
  }
}

Best Copy Page Link Alternatives

Here are some Firefox add-ons that are similar to Copy Page Link: