Conventional comments button Firefox

Examine source code of Conventional comments button

By: kapsiR
Inspect and view changes in Conventional comments button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Conventional comments button",
  "version": "0.0.2",
  "manifest_version": 2,
  "description": "An extension to quickly add conventional comments",
  "homepage_url": "https://conventionalcomments.org/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "default_locale": "en",
  "permissions": [
    "https://gitlab.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://gitlab.com/*"
      ],
      "js": [
        "src/inject/inject.js"
      ],
      "css": [
        "src/inject/inject.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{15d06a9e-199c-478c-bdce-5cedc1a3ff87}"
    }
  }
}

Best Conventional comments button Alternatives

Here are some Firefox add-ons that are similar to Conventional comments button: