View Link Source ( RMB Context Menu) Firefox

Examine source code of View Link Source ( RMB Context Menu)

Inspect and view changes in View Link Source ( RMB Context Menu) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "View Link Source",
  "version": "1.2",
  "description": "Adds a context menu to view the source of a hovered URL.",
  "permissions": [
    "menus"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f2a89345-4521-4f18-a6b1-9b1c7128659d}",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best View Link Source ( RMB Context Menu) Alternatives

Here are some Firefox add-ons that are similar to View Link Source ( RMB Context Menu):