Rtl fix

Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages

ما هو Rtl fix؟

Rtl fix هو إضافة Chrome تم تطويرها بواسطة animhotep، والميزة الرئيسية لها هي "Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Rtl fix

قم بتنزيل ملفات الامتداد Rtl fix بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages                    

معلومات أساسية عن التمديد

الاسم Rtl fix Rtl fix
ID cinligcmmjegcoibenndbjdehohfdbia
عنوان URL الرسمي https://chromewebstore.google.com/detail/rtl-fix/cinligcmmjegcoibenndbjdehohfdbia
الوصف Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages
حجم الملف 45.08 KB
عدد التثبيتات 11
النسخة الحالية 1.2
آخر تحديث 2023-03-11
تاريخ النشر 2023-03-08
المطور animhotep
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Rtl fix",
    "description": "Making textareas and inputs of the current page right to left direction for Arabic, Hebrew, Kashmiri and other languages",
    "version": "1.2",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}