Chat gpt full Width
Make chat gpt full width.
ما هو Chat gpt full Width؟
Chat gpt full Width هو إضافة Chrome تم تطويرها بواسطة Oleg Soldatikhine، والميزة الرئيسية لها هي "Make chat gpt full width.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Chat gpt full Width
قم بتنزيل ملفات الامتداد Chat gpt full Width بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension makes the GPT chat section full width. It makes it easier to read code snippets. As a developer, I use this tool.
معلومات أساسية عن التمديد
الاسم | Chat gpt full Width |
ID | mahkbahfmpgkgmjhgaoehmhdecfhkmee |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/chat-gpt-full-width/mahkbahfmpgkgmjhgaoehmhdecfhkmee |
الوصف | Make chat gpt full width. |
حجم الملف | 3.66 KB |
عدد التثبيتات | 21 |
النسخة الحالية | 1.0 |
آخر تحديث | 2023-09-18 |
تاريخ النشر | 2023-09-17 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | Oleg Soldatikhine |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chat gpt full Width", "version": "1.0", "description": "Make chat gpt full width.", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "content.js" ] } ], "action": [] } |