GitHub PR Comment Indicator Firefox

Examine source code of GitHub PR Comment Indicator

By: 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"
      ]
    }
  ]
}

Best GitHub PR Comment Indicator Alternatives

Here are some Firefox add-ons that are similar to GitHub PR Comment Indicator: