Git Pull Request Templates Firefox

Examine source code of Git Pull Request Templates

Por: Tylerc Add-on
Inspect and view changes in Git Pull Request Templates 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
{
  "name": "__MSG_appName__",
  "version": "0.5.0",
  "manifest_version": 2,
  "description": "__MSG_appDescription__",
  "default_locale": "en",
  "applications": {
    "gecko": {
      "id": "{210cf697-fb1e-445c-b0c5-06b8de83bd1d}",
      "strict_min_version": "50.0"
    }
  },
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  },
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "options_ui": {
    "page": "pages/options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://github.com/*/compare/*",
        "*://bitbucket.org/*/pull-request/new*",
        "*://bitbucket.org/*/pull-requests/new*",
        "*://*/pull-request/*"
      ],
      "js": [
        "scripts/content.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    }
  ],
  "permissions": [
    "storage"
  ]
}

Melhores alternativas Git Pull Request Templates

Aqui estão algumas Firefox add-ons que são similares a Git Pull Request Templates: