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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RtlGPT: 👈🤖
ดาวน์โหลดไฟล์ส่วนขยาย RtlGPT: 👈🤖 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Aligns ChatGPT content right to left, if that content begins with letters on an RTL language like Arabic or Hebrew
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | 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" } ] } |