ChatGPT Full-Width Display Extension
Change contents to go full width by default
ChatGPT Full-Width Display Extension란 무엇입니까?
ChatGPT Full-Width Display Extension은(는) Luciana Hanan에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change contents to go full width by default"입니다.
확장 프로그램 스크린샷
ChatGPT Full-Width Display Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
### 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.
확장 프로그램 기본 정보
이름 | ChatGPT Full-Width Display Extension |
ID | picdcghhadpmhkfpjnmfmcjfaidjfgmp |
공식 URL | https://chromewebstore.google.com/detail/chatgpt-full-width-displa/picdcghhadpmhkfpjnmfmcjfaidjfgmp |
설명 | Change contents to go full width by default |
파일 크기 | 769 KB |
설치 횟수 | 92 |
현재 버전 | 1.2 |
최근 업데이트 | 2023-12-18 |
출시 날짜 | 2023-09-05 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | Luciana Hanan |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/lucianahanan |
개인정보 보호 정책 페이지 URL | https://gist.github.com/lucianahanan/404de7656a853219da2a1135ac2ae2c8 |
지원되는 언어 | 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" } } |