By: Dean Attali
Inspect and view changes in Diff Navigator for GitHub source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Diff Navigator for GitHub",
"version": "1.0",
"manifest_version": 2,
"description": "GitHub Diff Navigator allows you to easily navigate through the changes in a file that has been edited on GitHub.",
"page_action": {
"default_title": "Diff Navigator for GitHub",
"default_popup": "html/popup.html"
},
"background": {
"scripts": [
"js/background.js"
],
"persistent": false
},
"permissions": [
"declarativeContent"
],
"icons": {
"16": "img/icon-16.png",
"48": "img/icon-48.png",
"128": "img/icon-128.png"
},
"content_scripts": [
{
"matches": [
"https://github.com/*/edit/*",
"http://github.com/*/edit/*"
],
"js": [
"js/githubDiffNav.js"
]
}
],
"homepage_url": "https://github.com/daattali/github-diff-navigator-extension"
} Best Diff Navigator for GitHub Alternatives
Here are some Firefox add-ons that are similar to Diff Navigator for GitHub:
GitHub Diff Explorer
Alex D
GitHub File Diff
mohd-akram
Version Control Diff Viewer
Klea
GitHub Navigator
Sarcastic Bird
GitHub Collapse-Diffs Button
verfehlix
github-no-more
wffl
Line Clipper for GitHub
NickyMateev
Nexus-OS GitHub Ultimate
Shivam Shukla
GitHub Release
Dedy
GitHub Project Enhancer
mashabow
diffs.dev
Jason Penilla
Open Github in editor
a7madgamal