ChatGPT Full Width
Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.
ChatGPT Full Width là gì?
ChatGPT Full Width là một tiện ích mở rộng Chrome được phát triển bởi zmunkas, và tính năng chính của nó là "Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ChatGPT Full Width
Tải xuống các tệp mở rộng ChatGPT Full Width dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ChatGPT Full Width |
ID | gfnkaajgicgkehogagoiccdpecbhjikd |
URL Chính Thức | https://chromewebstore.google.com/detail/chatgpt-full-width/gfnkaajgicgkehogagoiccdpecbhjikd |
Mô tả | Increase the chat size to match the screen size in ChatGPT, instead of the default narrow chat bubbles. |
Kích Thước Tệp | 540 KB |
Số Lần Cài Đặt | 711 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2023-12-16 |
Ngày Phát Hành | 2023-06-07 |
Đánh Giá | 4.33/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | zmunkas |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://bmc.link/zoltanmunkas |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |