Copy GitHub PR Link Firefox

Examine source code of Copy GitHub PR Link

提供元: 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"
        ]
      }
    }
  }
}

ベストのCopy GitHub PR Link代替案

Copy GitHub PR Linkに類似したFirefox add-onをいくつか紹介します: