GitHub Review Context Firefox

Examine source code of GitHub Review Context

Inspect and view changes in GitHub Review Context source codes across current and past versions
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"
      ]
    }
  ]
}

Melhores alternativas GitHub Review Context

Aqui estão algumas Firefox add-ons que são similares a GitHub Review Context: