GitHub PR Comment Indicator Firefox

Examine source code of GitHub PR Comment Indicator

제작자: Andy Add-on
Inspect and view changes in GitHub PR Comment Indicator source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub PR Comment Indicator",
  "description": "When doing code reviews it's handy to see on which files you've made comments",
  "homepage_url": "https://github.com/amnuts/github-pr-comments",
  "version": "1.0.0",
  "icons": {
    "16": "icons/icon16.png",
    "24": "icons/icon24.png",
    "32": "icons/icon32.png",
    "64": "icons/icon64.png",
    "128": "icons/icon128.png",
    "256": "icons/icon256.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.github.com/*/pull/*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ]
}

최고의 GitHub PR Comment Indicator 대안

다음은 GitHub PR Comment Indicator과(와) 유사한 Firefox add-on입니다: