Right Click View Source (rcvs) Firefox

Examine source code of Right Click View Source (rcvs)

By: mat
Inspect and view changes in Right Click View Source (rcvs) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Right Click View Source (rcvs)",
  "version": "1.0",
  "description": "Adds a 'View Source' option to the right-click context menu for links.",
  "icons": {
    "32": "icons/icon-32.png",
    "64": "icons/icon-64.png"
  },
  "permissions": [
    "menus",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{40488c1b-29a1-468a-afa9-22feb8eb1568}"
    }
  }
}

Best Right Click View Source (rcvs) Alternatives

Here are some Firefox add-ons that are similar to Right Click View Source (rcvs):