提供元: Knapstad
Inspect and view changes in Project pull requests for github source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Project pull requests for github",
"version": "0.0.0.3",
"description": "Adds link to pullrequests on your own github projects",
"manifest_version": 2,
"author": "Bendik Knapstad",
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"https://github.com/*"
],
"content_scripts": [
{
"matches": [
"https://github.com/*"
],
"js": [
"background.js"
],
"run_at": "document_end"
}
],
"icons": {
"16": "icon-16.png",
"48": "icon-48.png",
"128": "icon-128.png"
}
} ベストのProject pull requests for github代替案
Project pull requests for githubに類似したFirefox add-onをいくつか紹介します:
GitHub PRs in home page
Airam Hernández Rocha
GitHub: Tell Me When It Closes
Kevin Jalbert
Github Org Project Link
Devolotl
GitHub Forked links extension
gh-fork-links
GitHub Releases Button
d2yap
View Github Issues&PRs
FoxRefire
Page action button for Github.Dev
emvaized
Github Pull Request Counter
Renuo AG
Github ❤️ ClickUp
Bartholomej
PR Pulse - GitHub Pull Request Dashboard
Utkarsh
Share Pull Request
Corey Sanford