GitHub Canned Responses Firefox

Examine source code of GitHub Canned Responses

제작자: Monica Dinculescu Add-on
Inspect and view changes in GitHub Canned Responses 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
{
  "manifest_version": 2,
  "name": "GitHub Canned Responses",
  "description": "Choose from a set of canned responses when commenting on your GitHub PRs or issues",
  "version": "1.0.9resigned1",
  "icons": {
    "128": "logo.png"
  },
  "permissions": [
    "activeTab"
  ],
  "options_page": "options.html",
  "content_scripts": [
    {
      "js": [
        "editor.js",
        "contentScript.js"
      ],
      "css": [
        "options.css"
      ],
      "matches": [
        "*://github.com/*"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "applications": {
    "gecko": {
      "id": "github-canned-responses@example"
    }
  }
}

최고의 GitHub Canned Responses 대안

다음은 GitHub Canned Responses과(와) 유사한 Firefox add-on입니다: