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をいくつか紹介します: