github-conventional-comments Firefox

Examine source code of github-conventional-comments

Inspect and view changes in github-conventional-comments source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "github-conventional-comments",
  "version": "0.1",
  "description": "Adds a control in GitHub comment toolbar to insert pre-defined label in the comment textarea",
  "homepage_url": "https://github.com/vinnydiehl/github-conventional-comments",
  "icons": {},
  "permissions": [
    "tabs",
    "webRequest",
    "*://*.github.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.github.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "applications": {
    "gecko": {
      "strict_min_version": "78.0",
      "id": "{2c978b82-3788-47c3-af1e-693a10f61f61}"
    }
  }
}

Best github-conventional-comments Alternatives

Here are some Firefox add-ons that are similar to github-conventional-comments: