By: Duc
Inspect and view changes in Copy GitHub PR Link source codes across current and past versions
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"
]
}
}
}
} Best Copy GitHub PR Link Alternatives
Here are some Firefox add-ons that are similar to Copy GitHub PR Link:
Quick Link Github
raicem
Share Pull Request
Corey Sanford
Github PR to Slack Message
Yuichi
GitCut
borzeckid
github-pr-pretty-link
David
MR Smart Copy for Gitlab
Guillaume Launay
Better GitHub Co-Authors
delucis
GitHub Copy Raw
schollsebastian
GitHub Pull Request Title Case Helper
Cooper Walbrun
Github ❤️ ClickUp
Bartholomej
Copy PR details
Matt Powell
GitHub SHA Compare
kitallis