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입니다: