Git PR Viewer Firefox

Examine source code of Git PR Viewer

제작자: sivasatvik
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"
  }
}

최고의 Git PR Viewer 대안

다음은 Git PR Viewer과(와) 유사한 Firefox add-on입니다: