ChatGPT Full Width
Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.
ما هو ChatGPT Full Width؟
ChatGPT Full Width هو إضافة Chrome تم تطويرها بواسطة zmunkas، والميزة الرئيسية لها هي "Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ChatGPT Full Width
قم بتنزيل ملفات الامتداد ChatGPT Full Width بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
If you are using ChatGPT and got tired of the criminally narrow chat bubbles especially when using for coding, you can add this extension to make the chat fill the available space. With a better, full screen view the site is much more concise and code segments can be read and used much more easily.
معلومات أساسية عن التمديد
الاسم | ChatGPT Full Width |
ID | gfnkaajgicgkehogagoiccdpecbhjikd |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/chatgpt-full-width/gfnkaajgicgkehogagoiccdpecbhjikd |
الوصف | Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles. |
حجم الملف | 540 KB |
عدد التثبيتات | 711 |
النسخة الحالية | 1.1 |
آخر تحديث | 2023-12-16 |
تاريخ النشر | 2023-06-07 |
تقييم | 4.33/5 مجموع تقييمات 9 |
المطور | zmunkas |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة المساعدة | https://bmc.link/zoltanmunkas |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Full Width", "description": "Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.", "version": "1.1", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "author": "[email protected]", "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "css": [ "styles.css" ], "js": [ "content.js" ] } ] } |