Inspect and view changes in GitHub PRs in home page source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "GitHub PRs in home page",
"version": "1.2",
"description": "Adds the table in the pull requests page to the home page",
"icons": {
"48": "icons/icon48.png",
"96": "icons/icon96.png",
"128": "icons/icon128.png"
},
"content_scripts": [
{
"matches": [
"https://github.com/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
],
"host_permissions": [
"https://github.com/"
],
"browser_specific_settings": {
"gecko": {
"id": "github-pr-in-home-page@airamhr"
}
}
} Best GitHub PRs in home page Alternatives
Here are some Firefox add-ons that are similar to GitHub PRs in home page:
Project pull requests for github
Knapstad
PR Pulse - GitHub Pull Request Dashboard
Utkarsh
GitHub Live PRs
xmmarcotte
GitHub Pull Requests
Shams Jamal
GitHub PR Check Status
bdkent
View Github Issues&PRs
FoxRefire
New Tab for Github Checks
psanford
Github PR Fetch
mgalgs
Pullscope
guidodinello
Git PR Viewer
sivasatvik
GitHub PRs Display Target Branch
Asgrim