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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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\/*" ] } ] } |