By: sivasatvik
Inspect and view changes in Git PR Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "GitPRViewer",
"version": "1.1",
"description": "Collapse or expand all files in Github PR page.",
"icons": {
"128": "icon.png"
},
"content_scripts": [
{
"run_at": "document_end",
"matches": [
"https://github.com/*/*"
],
"js": [
"gitpr.js"
]
}
],
"permissions": [
"https://github.com/*/*"
],
"browser_action": {
"default_icon": "icon.png",
"default_title": "Git PR Viewer",
"default_popup": "gitpr.html"
}
} Best Git PR Viewer Alternatives
Here are some Firefox add-ons that are similar to Git PR Viewer:
GitHub CR Toolbox
Sean McPherson
Github File Collapser
Meeoh
GitHub Collapse-Diffs Button
verfehlix
All PR Files Viewed
nabby27
Toggle GitHub Details
GeiserX
GitHub Diff Explorer
Alex D
Mighty GitHub PRs
Adam Graf
Better GitHub
Joaquin Windmuller
GitHub Flex
Lam Ngoc Khuong
GitHub Expand All Commit Notes
Noitidart
Paqt - Github pr helper
Martijn-paqt