GitHub Comment Suggest Firefox

Examine source code of GitHub Comment Suggest

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"
    }
  }
}

Best GitHub Comment Suggest Alternatives

Here are some Firefox add-ons that are similar to GitHub Comment Suggest: