Chat gpt full Width
Make chat gpt full width.
Chat gpt full Widthคืออะไร?
Chat gpt full Width เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Oleg Soldatikhine และคุณลักษณะหลักของมันคือ "Make chat gpt full width."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chat gpt full Width
ดาวน์โหลดไฟล์ส่วนขยาย Chat gpt full Width ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension makes the GPT chat section full width. It makes it easier to read code snippets. As a developer, I use this tool.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Chat gpt full Width |
ID | mahkbahfmpgkgmjhgaoehmhdecfhkmee |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chat-gpt-full-width/mahkbahfmpgkgmjhgaoehmhdecfhkmee |
คำอธิบาย | Make chat gpt full width. |
ขนาดไฟล์ | 3.66 KB |
จำนวนการติดตั้ง | 21 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-09-18 |
วันที่เผยแพร่ | 2023-09-17 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Oleg Soldatikhine |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chat gpt full Width", "version": "1.0", "description": "Make chat gpt full width.", "permissions": [], "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "content.js" ] } ], "action": [] } |