Github Relations Firefox

Examine source code of Github Relations

提供元: 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/*"
  ]
}

ベストのGithub Relations代替案

Github Relationsに類似したFirefox add-onをいくつか紹介します: