Git Pull Request Templates Firefox

Examine source code of Git Pull Request Templates

Par : 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"
  ]
}

Meilleures alternatives Git Pull Request Templates

Voici quelques Firefox add-ons qui sont similaires à Git Pull Request Templates :