RtlGPT: 👈🤖

Aligns ChatGPT content right to left, if that content begins with letters on an RTL language like Arabic or Hebrew

ما هو RtlGPT: 👈🤖؟

RtlGPT: 👈🤖 هو إضافة Chrome تم تطويرها بواسطة coronasoltal، والميزة الرئيسية لها هي "Aligns ChatGPT content right to left, if that content begins with letters on an RTL language like Arabic or Hebrew".

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

screenshot

تحميل ملف CRX للإضافة RtlGPT: 👈🤖

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

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

                        Aligns ChatGPT content right to left, if that content begins with letters on an RTL language like Arabic or Hebrew                    

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

الاسم RtlGPT: 👈🤖 RtlGPT: 👈🤖
ID ohhinfpdaghodgjabohdeimcljopbgac
عنوان URL الرسمي https://chromewebstore.google.com/detail/rtlgpt-%F0%9F%91%88%F0%9F%A4%96/ohhinfpdaghodgjabohdeimcljopbgac
الوصف Aligns ChatGPT content right to left, if that content begins with letters on an RTL language like Arabic or Hebrew
حجم الملف 18.81 KB
عدد التثبيتات 100
النسخة الحالية 1.0
آخر تحديث 2023-05-02
تاريخ النشر 2023-05-01
تقييم 5.00/5 مجموع تقييمات 2
المطور coronasoltal
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "RtlGPT: \ud83d\udc48\ud83e\udd16",
    "version": "1.0",
    "description": "Aligns ChatGPT content right to left, if that content begins with letters on an RTL language like Arabic or Hebrew",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.chat.openai.com\/*",
                "*:\/\/*.chat.openai.com\/*"
            ],
            "js": [
                "contentScript.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_idle"
        }
    ]
}