Diff Navigator for GitHub Firefox

Examine source code of Diff Navigator for GitHub

제작자: Dean Attali Add-on
Inspect and view changes in Diff Navigator for GitHub source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
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입니다: