GitHub Review Context Firefox

Examine source code of GitHub Review Context

제작자: Michael Schättgen Add-on
Inspect and view changes in GitHub Review Context 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": "GitHub Review Context",
  "description": "Copy clean GitHub pull request review context as markdown.",
  "version": "1.1.0",
  "icons": {
    "16": "/icon-16.png",
    "24": "/icon-24.png",
    "32": "/icon-32.png",
    "48": "/icon-48.png",
    "96": "/icon-96.png",
    "128": "/icon-128.png"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "github-review-context@schattgen.nl",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "GitHub Review Context",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "css": [
        "content-scripts/content.css"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

최고의 GitHub Review Context 대안

다음은 GitHub Review Context과(와) 유사한 Firefox add-on입니다: