GitHub Diff Explorer Firefox

Examine source code of GitHub Diff Explorer

Por: Alex D Add-on
Inspect and view changes in GitHub Diff Explorer 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
{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "default_locale": "en",
  "version": "1.3.0",
  "description": "The GitHub Diff Explorer is a minimalist browser add-on which generates a seamless file explorer in GitHub pull requests",
  "author": "Alex Dodge",
  "short_name": "GitHub Diff Explorer",
  "icons": {
    "48": "images/icon48.png",
    "96": "images/icon96.png"
  },
  "browser_action": {
    "default_icon": {
      "48": "images/icon48.png",
      "96": "images/icon96.png"
    },
    "default_title": "GitHub Diff Explorer",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*/*"
      ],
      "css": [
        "lib/gde_styles.css"
      ],
      "js": [
        "lib/gde_script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "https://github.com/"
  ]
}

Melhores alternativas GitHub Diff Explorer

Aqui estão algumas Firefox add-ons que são similares a GitHub Diff Explorer: