Toggle RTL Layout Firefox

Examine source code of Toggle RTL Layout

By: Georgeo
Inspect and view changes in Toggle RTL Layout source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Toggle RTL Layout",
  "version": "1.0",
  "description": "Toggles right-to-left layout on the page.",
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_title": "Toggle RTL",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icons/icon.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ext-toggle-rtl@example.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [],
        "description": "This extension does not collect or transmit user data."
      }
    }
  }
}

Best Toggle RTL Layout Alternatives

Here are some Firefox add-ons that are similar to Toggle RTL Layout: