GitHub Comment Suggest Firefox

Examine source code of GitHub Comment Suggest

제작자: cakecatz
Inspect and view changes in GitHub Comment Suggest source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "GitHub Comment Suggest",
  "version": "1.0.2",
  "description": "Add comment suggestion to GitHub's comment form.",
  "manifest_version": 2,
  "permissions": [
    "storage",
    "activeTab",
    "management"
  ],
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "https://github.com/*",
        "https://gist.github.com/*"
      ],
      "js": [
        "main.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "browser-polyfill.js",
      "hot-reload.js"
    ]
  },
  "options_ui": {
    "open_in_tab": true,
    "page": "options.html"
  },
  "applications": {
    "gecko": {
      "id": "github-comment-suggest-addon@cakecatz"
    }
  }
}

최고의 GitHub Comment Suggest 대안

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