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

Mejores alternativas Git PR Viewer

Aquí hay algunas Firefox add-ons que son similares a Git PR Viewer: