Github PR Fetch Firefox

Examine source code of Github PR Fetch

제작자: mgalgs Add-on
Inspect and view changes in Github PR Fetch 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 PR Fetch",
  "version": "1.3",
  "description": "Display git fetch URL and ref name for a Github pull request",
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "https://github.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*/*/pull/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{87c77e9d-ae76-4e8c-affe-bcd2eb99caaf}"
    }
  }
}

최고의 Github PR Fetch 대안

다음은 Github PR Fetch과(와) 유사한 Firefox add-on입니다: