RTL Auto-Setter (Hebrew, Arabic, Aramaic) Firefox

Examine source code of RTL Auto-Setter (Hebrew, Arabic, Aramaic)

By: SkySibe
Inspect and view changes in RTL Auto-Setter (Hebrew, Arabic, Aramaic) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "RTL Auto-Setter (Hebrew, Arabic, Aramaic)",
  "version": "1.0",
  "description": "Automatically sets direction=rtl for elements with predominantly Hebrew/Arabic/Aramaic text.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs",
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "contentScript.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "skysibe@gmail.com",
      "strict_min_version": "58.0"
    }
  }
}

Best RTL Auto-Setter (Hebrew, Arabic, Aramaic) Alternatives

Here are some Firefox add-ons that are similar to RTL Auto-Setter (Hebrew, Arabic, Aramaic):