Share Pull Request Firefox

Examine source code of Share Pull Request

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.3",
  "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/*/*/pull/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "github-copy-pr@example.com",
      "strict_min_version": "109.0"
    }
  }
}

Mejores alternativas Share Pull Request

Aquí hay algunas Firefox add-ons que son similares a Share Pull Request: