제작자: Corey Sanford
Inspect and view changes in Share Pull Request source codes across current and past versions
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 / おさむ