Chat gpt full Width

Make chat gpt full width.

Chat gpt full Width란 무엇입니까?

Chat gpt full Width은(는) Oleg Soldatikhine에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make chat gpt full width."입니다.

확장 프로그램 스크린샷

screenshot

Chat gpt full Width 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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