Copy GitHub PR Link Firefox

Examine source code of Copy GitHub PR Link

Por: Duc Add-on
Inspect and view changes in Copy GitHub PR Link 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": "Copy GitHub PR Link",
  "version": "5.0",
  "description": "Adds a copy button to next of GitHub pull request title and copy the link to that pull request when click on it.",
  "permissions": [
    "clipboardWrite",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*/*/pull/*"
      ],
      "js": [
        "content-script.js"
      ],
      "css": [
        "style.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@ducnguyen-extension",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Mejores alternativas Copy GitHub PR Link

Aquí hay algunas Firefox add-ons que son similares a Copy GitHub PR Link: