codefmt: code formatter and linter Firefox

Examine source code of codefmt: code formatter and linter

By: codefmt Add-on
Inspect and view changes in codefmt: code formatter and linter source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "codefmt: code formatter and linter",
  "short_name": "codefmt",
  "version": "1.5.2",
  "description": "Format and lint JavaScript, Python, and HubL without leaving the editor you are already working in. No copy-paste.",
  "author": "codefmt.dev",
  "homepage_url": "https://codefmt.dev",
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "https://zapier.com/*",
    "https://*.zapier.com/*",
    "https://n8n.io/*",
    "https://*.n8n.io/*",
    "https://n8n.cloud/*",
    "https://*.n8n.cloud/*",
    "https://pipedream.com/*",
    "https://*.pipedream.com/*",
    "https://hubspot.com/*",
    "https://*.hubspot.com/*",
    "https://make.com/*",
    "https://*.make.com/*",
    "https://codefmt.dev/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://zapier.com/*",
        "https://*.zapier.com/*",
        "https://n8n.io/*",
        "https://*.n8n.io/*",
        "https://n8n.cloud/*",
        "https://*.n8n.cloud/*",
        "https://pipedream.com/*",
        "https://*.pipedream.com/*",
        "https://hubspot.com/*",
        "https://*.hubspot.com/*",
        "https://make.com/*",
        "https://*.make.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "icons/icon.svg",
    "32": "icons/icon.svg",
    "48": "icons/icon.svg",
    "128": "icons/icon.svg"
  },
  "action": {
    "default_icon": "icons/icon.svg",
    "default_popup": "popup.html",
    "default_title": "codefmt: format code (Ctrl+Shift+F in the editor)"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; base-uri 'self'; frame-ancestors 'none'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "codefmt@codefmt.dev",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "websiteContent"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  }
}

Best codefmt: code formatter and linter Alternatives

Here are some Firefox add-ons that are similar to codefmt: code formatter and linter: