Patch Viewer Firefox

Examine source code of Patch Viewer

作者: simulacrumparty
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"
      ]
    }
  ]
}

最佳 Patch Viewer 替代方案

这里是一些与Patch Viewer类似的Firefox add-on: