GitHub PR Comment Indicator Firefox

Examine source code of GitHub PR Comment Indicator

Por: Andy
Inspect and view changes in GitHub PR Comment Indicator source codes across current and past versions
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"
      ]
    }
  ]
}

Mejores alternativas GitHub PR Comment Indicator

Aquí hay algunas Firefox add-ons que son similares a GitHub PR Comment Indicator: