WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Diff Navigator for GitHub

Diff Navigator for GitHub

View on Chrome Web Store
View Diff Navigator for GitHub Chrome Extension on Chrome Web Store
Add to bookmarks
5.0 (3 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

GitHub Diff Navigator allows you to easily navigate through the changes in a file that has been edited on GitHub.
Type
Extension
Users
135 users
1
Website deanattali.com
Dean Attali
View author page of Dean Attali
Published
Published on December 30, 2014
Version 1.0
Manifest version
2
Updated
Updated on April 28, 2023
productivity/developer
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Diff Navigator for GitHub Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "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"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top