GitHub CR Toolbox Firefox

Examine source code of GitHub CR Toolbox

Inspect and view changes in GitHub CR Toolbox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub CR Toolbox",
  "version": "1.0",
  "description": "Floating tools to make code reviews on GitHub a little easier",
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*/*/pull/*/files"
      ],
      "js": [
        "src/script.js"
      ]
    }
  ],
  "icons": {
    "16": "src/icon-16.png",
    "48": "src/icon-48.png"
  }
}

Best GitHub CR Toolbox Alternatives

Here are some Firefox add-ons that are similar to GitHub CR Toolbox: