RightToLeft Converter Firefox

Examine source code of RightToLeft Converter

Inspect and view changes in RightToLeft Converter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "RightToLeft Converter",
  "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 Converter",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{37be579c-a743-40c8-ad15-96779d778ade}",
      "strict_min_version": "114.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best RightToLeft Converter Alternatives

Here are some Firefox add-ons that are similar to RightToLeft Converter: