Github Relations Firefox

Examine source code of Github Relations

Par : Noitidart Add-on
Inspect and view changes in Github Relations 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 Relations",
  "version": "2.0.0",
  "description": "Show related branches at top issues, and related issues at top of PR's.",
  "icons": {
    "48": "logo-48.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "github-related-branches@noitidart.com"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*/*/issues/*"
      ],
      "js": [
        "related-branches.js"
      ]
    },
    {
      "matches": [
        "*://github.com/*/*/pull/*"
      ],
      "js": [
        "related-issues.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "permissions": [
    "storage",
    "https://api.github.com/*"
  ]
}

Meilleures alternatives Github Relations

Voici quelques Firefox add-ons qui sont similaires à Github Relations :