phabricator-comments Firefox

Examine source code of phabricator-comments

By: Anørak
Inspect and view changes in phabricator-comments source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "phab-conventional-comments-fork",
  "description": "Adds a control in Phabricator comment toolbar to insert pre-defined labels in the comment textarea. Forked from 'phab-conventional-comments'.",
  "version": "1.0",
  "homepage_url": "https://github.com/Anoerak/phab-conventional-comments-fork",
  "icons": {
    "48": "icons/icon-48-modern.png",
    "96": "icons/icon-96-modern.png"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "tabs",
    "webRequest"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon-48-modern.png",
      "96": "icons/icon-96-modern.png"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{d6a76d94-a718-4ef1-86f8-279ef5fa4d61}",
      "strict_min_version": "109.0"
    }
  }
}

Best phabricator-comments Alternatives

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