GitHub Replace Button(给GitHub增加替换按钮) Firefox

Examine source code of GitHub Replace Button(给GitHub增加替换按钮)

Inspect and view changes in GitHub Replace Button(给GitHub增加替换按钮) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitHub Replace Button",
  "version": "5.2",
  "description": "Adds a replace button next to Edit on GitHub file pages",
  "icons": {
    "32": "icon/icon32.png",
    "48": "icon/icon48.png",
    "128": "icon/icon128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "https://api.github.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*/blob/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "github-replace-button@example.com"
    }
  }
}

Best GitHub Replace Button(给GitHub增加替换按钮) Alternatives

Here are some Firefox add-ons that are similar to GitHub Replace Button(给GitHub增加替换按钮):