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.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Alem - ChatGPT RTL Extension
قم بتنزيل ملفات الامتداد Alem - ChatGPT RTL Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
with this extension you can see ChatGPT RTL answers correctly معلومات أساسية عن التمديد
| الاسم | |
| 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"
}
} | |