LTR TO RTL for ChatGPT

Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.

ما هو LTR TO RTL for ChatGPT؟

LTR TO RTL for ChatGPT هو إضافة Chrome تم تطويرها بواسطة shaloml، والميزة الرئيسية لها هي "Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.".

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

screenshot

تحميل ملف CRX للإضافة LTR TO RTL for ChatGPT

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

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

                        Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.                    

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

الاسم LTR TO RTL for ChatGPT LTR TO RTL for ChatGPT
ID pcnpnpaipomdildpaehlnmlbiiaagdid
عنوان URL الرسمي https://chromewebstore.google.com/detail/ltr-to-rtl-for-chatgpt/pcnpnpaipomdildpaehlnmlbiiaagdid
الوصف Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.
حجم الملف 28.31 KB
عدد التثبيتات 564
النسخة الحالية 1.0
آخر تحديث 2023-04-25
تاريخ النشر 2023-04-25
تقييم 5.00/5 مجموع تقييمات 4
المطور shaloml
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "LTR TO RTL for ChatGPT",
    "description": "Through this extension it will be possible to read in languages from right to left such as Hebrew and Arabic.",
    "version": "1.0",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}