Share Pull Request Firefox

Examine source code of Share Pull Request

제작자: Corey Sanford Add-on
Inspect and view changes in Share Pull Request 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": 3,
  "name": "Share Pull Request",
  "version": "1.5",
  "description": "Adds a button to GitHub PR pages to copy PR details.",
  "permissions": [
    "clipboardWrite"
  ],
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "github-copy-pr@example.com",
      "strict_min_version": "109.0"
    }
  }
}

최고의 Share Pull Request 대안

다음은 Share Pull Request과(와) 유사한 Firefox add-on입니다: