Inspect and view changes in GitHub Expand All Commit Notes source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "GitHub Expand All Commit Notes",
"version": "1.1resigned1",
"description": "Adds ability to expand/collapse all commit notes on GitHub.",
"applications": {
"gecko": {
"id": "github-expand-all-commit-notes@jetpack",
"strict_min_version": "45.0"
}
},
"content_scripts": [
{
"matches": [
"https://github.com/*/*/commits/*"
],
"js": [
"expandify.js"
]
}
]
}