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"
      ]
    }
  ]
}

Meilleures alternatives Patch Viewer

Voici quelques Firefox add-ons qui sont similaires à Patch Viewer :