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

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

제작자: klcb2010
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"
    }
  }
}

최고의 GitHub Replace Button(给GitHub增加替换按钮) 대안

다음은 GitHub Replace Button(给GitHub增加替换按钮)과(와) 유사한 Firefox add-on입니다: