Git Pull Request Templates Firefox

Examine source code of Git Pull Request Templates

제작자: 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"
  ]
}

최고의 Git Pull Request Templates 대안

다음은 Git Pull Request Templates과(와) 유사한 Firefox add-on입니다: