Code Review Tags Firefox

Examine source code of Code Review Tags

Inspect and view changes in Code Review Tags source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Code Review Tags",
  "version": "1.1.1",
  "description": "Add Conventional Comments style labels and decorations to your pull-request comments (see conventionalcomments.org). Cleaner feedback, faster reviews. Works on Bitbucket.org. GitHub/GitLab support planned. Not affiliated with Atlassian or Bitbucket.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "storage"
  ],
  "action": {
    "default_icon": "icons/icon-48.png",
    "default_title": "Code Review Tags",
    "default_popup": "ui/popup/index.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://bitbucket.org/*/pull-requests/*"
      ],
      "js": [
        "content/core.js",
        "content/platforms/bitbucket.js",
        "content/main.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "ui/options/index.html",
    "open_in_tab": false
  },
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "109.0",
      "id": "code-review-tags@hugint.com"
    }
  }
}

Best Code Review Tags Alternatives

Here are some Firefox add-ons that are similar to Code Review Tags: