Diff Navigator for GitHub Firefox

Examine source code of Diff Navigator for GitHub

提供元: 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"
}

ベストのDiff Navigator for GitHub代替案

Diff Navigator for GitHubに類似したFirefox add-onをいくつか紹介します: