Right-To-Left Convert Firefox

Examine source code of Right-To-Left Convert

Inspect and view changes in Right-To-Left Convert source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Right-To-Left Convert",
  "description": "Automatically switch page layout to RTL for right-to-left languages, with manual override",
  "version": "1.1",
  "icons": {
    "64": "icons/icon-64.png",
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_action": {
    "default_icon": "icons/icon-64.png",
    "default_title": "RTL Convert",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{5e1716b2-3682-473e-a5f9-383873e669cf}",
      "strict_min_version": "114.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Right-To-Left Convert Alternatives

Here are some Firefox add-ons that are similar to Right-To-Left Convert: