Expand chatGPT response box
Effortlessly expand the width of your ChatGPT response box with this simple, one-click installation browser extension!!
Expand chatGPT response boxคืออะไร?
Expand chatGPT response box เป็นส่วนขยายของ Chrome ที่พัฒนาโดย leesangmin144 และคุณลักษณะหลักของมันคือ "Effortlessly expand the width of your ChatGPT response box with this simple, one-click installation browser extension!!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Expand chatGPT response box
ดาวน์โหลดไฟล์ส่วนขยาย Expand chatGPT response box ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension expands the width of the all boxes on chatGPT, enhancing readability for users. By installing this feature, you'll experience a more comfortable reading experience as the layout adapts to provide better visibility and comprehension of the content. [*] Change Log v1.7 (November 28, 2023) - Response to CSS Changes v1.6 (September 6, 2023) - Now operates normally in response to the recent CSS changes(September, 2023) made to ChatGPT v1.5 (June 25, 2023) - Resolved a bug where the plugin was not working when the sidebar is hidden. v1.4 (June 12, 2023) - Code optimization has improved page loading speed - Now operates normally in response to the recent CSS changes(June 9, 2023) made to ChatGPT
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Expand chatGPT response box |
ID | nehmhcllmfdglklmgbmppcbefipnlpod |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/expand-chatgpt-response-b/nehmhcllmfdglklmgbmppcbefipnlpod |
คำอธิบาย | Effortlessly expand the width of your ChatGPT response box with this simple, one-click installation browser extension!! |
ขนาดไฟล์ | 10.31 KB |
จำนวนการติดตั้ง | 146 |
เวอร์ชันปัจจุบัน | 1.7 |
อัปเดตครั้งล่าสุด | 2023-11-28 |
วันที่เผยแพร่ | 2023-04-12 |
คะแนน | 4.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | leesangmin144 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/leesangmin144/Expand-chatGPT-response-box |
URL หน้าช่วยเหลือ | https://github.com/leesangmin144/Expand-chatGPT-response-box |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Expand chatGPT response box", "version": "1.7", "icons": { "48": "images\/icons\/icon48.png", "64": "images\/icons\/icon64.png", "72": "images\/icons\/icon72.png", "96": "images\/icons\/icon96.png", "128": "images\/icons\/icon128.png" }, "description": "Effortlessly expand the width of your ChatGPT response box with this simple, one-click installation browser extension!!", "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "scripts\/content.js" ] } ] } |