By: verfehlix
Inspect and view changes in GitHub Collapse-Diffs Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Github Collapse-All Diffs Button",
"version": "2.0",
"description": "Adds a button to GitHub commit pages to collapse all diffs",
"icons": {
"48": "icons/collapse_48.png",
"96": "icons/collapse_96.png"
},
"content_scripts": [
{
"matches": [
"*://*.github.com/*/*/commit/*"
],
"js": [
"collapse-all-diffs-button.js"
]
}
]
} Best GitHub Collapse-Diffs Button Alternatives
Here are some Firefox add-ons that are similar to GitHub Collapse-Diffs Button:
diffs.dev
Jason Penilla
GitHub SHA Compare
kitallis
GitHub Project Enhancer
mashabow
GitHub Expand All Commit Notes
Noitidart
Diff Navigator for GitHub
Dean Attali
GitHub Releases Button
d2yap
Toggle GitHub Details
GeiserX
GitHub Diff Explorer
Alex D
Page action button for Github.Dev
emvaized
Git PR Viewer
sivasatvik
Github List Bugzilla Bugs
Paul McLanahan