Git PR Viewer Firefox

Examine source code of Git PR Viewer

Inspect and view changes in Git PR Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitPRViewer",
  "version": "1.1",
  "description": "Collapse or expand all files in Github PR page.",
  "icons": {
    "128": "icon.png"
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://github.com/*/*"
      ],
      "js": [
        "gitpr.js"
      ]
    }
  ],
  "permissions": [
    "https://github.com/*/*"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Git PR Viewer",
    "default_popup": "gitpr.html"
  }
}

Best Git PR Viewer Alternatives

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