WideGPT
Wider Chat GPT chat - more comfortable for reading the output.
ما هو WideGPT؟
WideGPT هو إضافة Chrome تم تطويرها بواسطة Emil Pirlea، والميزة الرئيسية لها هي "Wider Chat GPT chat - more comfortable for reading the output.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة WideGPT
قم بتنزيل ملفات الامتداد WideGPT بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Wider Chat GPT chat - more comfortable for reading the output. This extension will enlarge Chat GPT output space, useful for code type of reply that are narrower in small windows, or any other reply that will have a horizontal scroll on it. This extension will make sure the effective working space is fully used.
معلومات أساسية عن التمديد
الاسم | WideGPT |
ID | kcgdmbfjemoicfbhbflcnlaeldaembpo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/widegpt/kcgdmbfjemoicfbhbflcnlaeldaembpo |
الوصف | Wider Chat GPT chat - more comfortable for reading the output. |
حجم الملف | 10.44 KB |
عدد التثبيتات | 72 |
النسخة الحالية | 1.1 |
آخر تحديث | 2023-12-04 |
تاريخ النشر | 2023-08-28 |
تقييم | 4.33/5 مجموع تقييمات 3 |
المطور | Emil Pirlea |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WideGPT", "version": "1.1", "description": "Wider Chat GPT chat - more comfortable for reading the output.", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "author": "[email protected]", "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/chat.openai.com\/*" ] } ] } |