Bidi Fixer Firefox

Examine source code of Bidi Fixer

By: MOesbr Add-on
Inspect and view changes in Bidi Fixer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Bidi Fixer",
  "version": "1.1",
  "description": "اصلاح خودکار ترتیب حروف فارسی و انگلیسی با انتخاب جهت جداسازی و تنظیم جهت پاراگراف‌ها",
  "permissions": [
    "<all_urls>",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "bidi-fixer@example.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "browser_action": {
    "default_title": "Bidi Fixer",
    "default_popup": "popup.html",
    "default_icon": "icon.svg"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ]
}

Best Bidi Fixer Alternatives

Here are some Firefox add-ons that are similar to Bidi Fixer: