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