GitHub Issue Hoister Firefox

Examine source code of GitHub Issue Hoister

Inspect and view changes in GitHub Issue Hoister source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub Issue Hoister",
  "version": "0.1.1resigned1",
  "description": "GitHub Issue Hoister helps answer, \"Which PR fixes this GitHub issue?\", by hoisting relevant commit info to the top of the issue. For more information, see the tutorial: https://github.com/mcomella/github-issue-hoister/blob/master/docs/tutorial.md",
  "content_scripts": [
    {
      "matches": [
        "*://*.github.com/*"
      ],
      "js": [
        "src/common.js",
        "src/issue.js",
        "src/pr.js",
        "src/main.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{f72823f3-f1b7-4c5f-b708-a1a8a24700f6}"
    }
  }
}

Best GitHub Issue Hoister Alternatives

Here are some Firefox add-ons that are similar to GitHub Issue Hoister: