ChatGPT RTL

ChatGPT auto right-to-left alignments. Supports Arabic, Persian, Hebrew, and more.

ما هو ChatGPT RTL؟

ChatGPT RTL هو إضافة Chrome تم تطويرها بواسطة https://gil-hanan.com، والميزة الرئيسية لها هي "ChatGPT auto right-to-left alignments. Supports Arabic, Persian, Hebrew, and more.".

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

screenshot
screenshot

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

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

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

                        An open-source plugin that automatically identifies right-to-left paragraphs and adjusts and arranges the text in real-time.

⭐️ Features ⭐️
📝 Automatically identifies RTL paragraphs and adjusts the direction in real-time.
⚙️ User-friendly settings popup for configuring the enabling functionality.
🌍 Supports the following RTL languages: Arabic, Persian, Hebrew, and more.

💡 How to use 💡
1. Install this extension.
2. Open ChatGPT discussion.
3. Enjoy chatting with RTL support!

Thank you! 🙏                    

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

الاسم ChatGPT RTL ChatGPT RTL
ID nabcbpmmefiigmjpopfciegmlgihkofd
عنوان URL الرسمي https://chromewebstore.google.com/detail/chatgpt-rtl/nabcbpmmefiigmjpopfciegmlgihkofd
الوصف ChatGPT auto right-to-left alignments. Supports Arabic, Persian, Hebrew, and more.
حجم الملف 66.79 KB
عدد التثبيتات 2,713
النسخة الحالية 1.9
آخر تحديث 2023-11-28
تاريخ النشر 2023-07-19
تقييم 5.00/5 مجموع تقييمات 20
المطور https://gil-hanan.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://gil-hanan.com/projects/chat-gpt-rtl
عنوان صفحة المساعدة https://github.com/gilhanan/chat-gpt-rtl/issues
اللغات المدعومة en,iw,ar
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT RTL",
    "description": "__MSG_extensionDescription__",
    "default_locale": "en",
    "manifest_version": 3,
    "version": "1.9",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "css": [
                "content\/content.css"
            ],
            "js": [
                "content\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}