Github Relations Firefox

Examine source code of Github Relations

제작자: Noitidart
Inspect and view changes in Github Relations source codes across current and past versions
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입니다: