Project pull requests for github Firefox

Examine source code of Project pull requests for github

Por: Knapstad
Inspect and view changes in Project pull requests for github source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Project pull requests for github",
  "version": "0.0.0.3",
  "description": "Adds link to pullrequests on your own github projects",
  "manifest_version": 2,
  "author": "Bendik Knapstad",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "https://github.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "background.js"
      ],
      "run_at": "document_end"
    }
  ],
  "icons": {
    "16": "icon-16.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  }
}

Melhores alternativas Project pull requests for github

Aqui estão algumas Firefox add-ons que são similares a Project pull requests for github: