ChatGPT Full-Width Display Extension
Change contents to go full width by default
ChatGPT Full-Width Display Extension là gì?
ChatGPT Full-Width Display Extension là một tiện ích mở rộng Chrome được phát triển bởi Luciana Hanan, và tính năng chính của nó là "Change contents to go full width by default".
Ả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 Display Extension
Tải xuống các tệp mở rộng ChatGPT Full-Width Display Extension 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
### ChatGPT Full-Width Display Extension ### Google Bard Full-Width Display Extension **Tired of horizontal scrolling on your wide display monitor while using ChatGPT? We've got you covered!** #### Features: - **Automatic Full-Width**: This extension automatically adjusts the ChatGPT or Google Bard code to utilize the full width of your display. - **Enhanced Readability**: Say goodbye to the hassle of horizontal scrolling. Experience a seamless coding session with ChatGPT and Google Bard results. - **Simple Installation**: Just a few clicks and you're good to go. No additional settings required. #### How to Use: 1. Install the extension. 2. Open ChatGPT or Google Bard 3. Enjoy a full-width coding experience without any horizontal scrolling. #### Compatibility: - Works with all modern web browsers that support extensions. #### Get the most out of your wide display monitor with ChatGPT Full-Width Display Extension. Happy coding! CHANGELOG version 1.1 - Fixed plugin to work with new changes on chatGPT site. version 1.2 - Added full-width also to Google Bard.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ChatGPT Full-Width Display Extension |
ID | picdcghhadpmhkfpjnmfmcjfaidjfgmp |
URL Chính Thức | https://chromewebstore.google.com/detail/chatgpt-full-width-displa/picdcghhadpmhkfpjnmfmcjfaidjfgmp |
Mô tả | Change contents to go full width by default |
Kích Thước Tệp | 769 KB |
Số Lần Cài Đặt | 92 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2023-12-18 |
Ngày Phát Hành | 2023-09-05 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Luciana Hanan |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/lucianahanan |
URL Trang Chính Sách Bảo Mật | https://gist.github.com/lucianahanan/404de7656a853219da2a1135ac2ae2c8 |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ChatGPT Full-Width Display Extension", "version": "1.2", "author": "Luciana Hanan", "homepage_url": "https:\/\/github.com\/lucianahanan", "description": "Change contents to go full width by default", "icons": { "64": "logo-64.png" }, "content_scripts": [ { "matches": [ "*:\/\/chat.openai.com\/*", "*:\/\/bard.google.com\/*" ], "css": [ "styles.css" ] } ], "action": { "default_icon": "icon.png" } } |