RTL Direction Fix For Claude Firefox

Examine source code of RTL Direction Fix For Claude

By: niki66
Inspect and view changes in RTL Direction Fix For Claude source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "RTL Direction Fix For Claude",
  "version": "1.0",
  "description": "Fixes text direction for Hebrew responses on Claude.ai",
  "icons": {
    "48": "icons/icon-48.svg"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon-48.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "RTL-Direction-Fix-For-Claude@github.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://claude.ai/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "storage",
    "activeTab"
  ]
}

Best RTL Direction Fix For Claude Alternatives

Here are some Firefox add-ons that are similar to RTL Direction Fix For Claude: