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은(는) leesangmin144에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Effortlessly expand the width of your ChatGPT response box with this simple, one-click installation browser extension!!"입니다.

확장 프로그램 스크린샷

screenshot

Expand chatGPT response box 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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"
            ]
        }
    ]
}