Patch Viewer Firefox

Examine source code of Patch Viewer

Inspect and view changes in Patch Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Patch Viewer",
  "version": "0.1.0",
  "description": "Add a link to the raw patch view on GitHub commit pages",
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*/*/commit/*"
      ],
      "js": [
        "patch-viewer.js"
      ]
    }
  ]
}

Best Patch Viewer Alternatives

Here are some Firefox add-ons that are similar to Patch Viewer: