提供元: Corey Sanford Add-on
Inspect and view changes in Share Pull Request source codes across current and past versions
Try xHeader →
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"
}
}
} ベストのShare Pull Request代替案
Share Pull Requestに類似したFirefox add-onをいくつか紹介します:
Github PR to Slack Message
Yuichi
Copy GitHub PR Link
Duc
github-pr-pretty-link
David
GitHub Pull Request Title Case Helper
Cooper Walbrun
Github Story
Dmytro Striletskyi
GitHub Copy Raw
schollsebastian
Copy PR details
Matt Powell
GitHub Releases Button
d2yap
Github Download Button
Grooby
GitHubPullRequest Fork to Fork
samunohito / おさむ
Project pull requests for github
Knapstad
MR Smart Copy for Gitlab
Guillaume Launay