Alem - ChatGPT RTL Extension

Changes the direction of ChatGPT responses to RTL.

Alem - ChatGPT RTL Extensionคืออะไร?

Alem - ChatGPT RTL Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย a.zareshahi1377 และคุณลักษณะหลักของมันคือ "Changes the direction of ChatGPT responses to RTL."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Alem - ChatGPT RTL Extension

ดาวน์โหลดไฟล์ส่วนขยาย Alem - ChatGPT RTL Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        with this extension you can see ChatGPT RTL answers correctly                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Alem - ChatGPT RTL Extension Alem - ChatGPT RTL Extension
ID djlffendllcenogpogdcoljdpodlnhah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/alem-chatgpt-rtl-extensio/djlffendllcenogpogdcoljdpodlnhah
คำอธิบาย Changes the direction of ChatGPT responses to RTL.
ขนาดไฟล์ 17.41 KB
จำนวนการติดตั้ง 670
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2023-03-29
วันที่เผยแพร่ 2023-03-29
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา a.zareshahi1377
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ fa
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Alem - ChatGPT RTL Extension",
    "version": "1.2",
    "description": "Changes the direction of ChatGPT responses to RTL.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "all_frames": true
        }
    ],
    "permissions": [
        "webRequest"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}