Transform Text Firefox

Examine source code of Transform Text

Inspect and view changes in Transform Text source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Transform Text",
  "version": "1.1.0",
  "description": "Right-click any selected text to transform it — change case, escape newlines, and more.",
  "permissions": [
    "contextMenus",
    "activeTab",
    "scripting"
  ],
  "background": {
    "service_worker": "dist/background.js",
    "type": "module",
    "scripts": [
      "dist/background.js"
    ]
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "transform-text@karlhorning.dev",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Transform Text Alternatives

Here are some Firefox add-ons that are similar to Transform Text: