ChatGPT

Use ChatGPT in Google Chrome

ChatGPT란 무엇입니까?

ChatGPT은(는) advancedsolutionshub에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use ChatGPT in Google Chrome"입니다.

확장 프로그램 스크린샷

screenshot

ChatGPT 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Experience the full potential of OpenAI's language model through the highly acclaimed ChatGPT Chrome Extension. This complimentary extension integrates ChatGPT's sophisticated AI directly into your browser, providing instant access to its powerful features. Simply pose your queries and ChatGPT delivers precise, succinct responses instantly. Elevate your browsing experience with the unparalleled AI capabilities of the ChatGPT Chrome Extension today.

ChatGPT link: https://chat.openai.com                    

확장 프로그램 기본 정보

이름 ChatGPT ChatGPT
ID klailhpanlicjnhfkpngehoblknjamdg
공식 URL https://chromewebstore.google.com/detail/chatgpt/klailhpanlicjnhfkpngehoblknjamdg
설명 Use ChatGPT in Google Chrome
파일 크기 22.36 KB
설치 횟수 5,641
현재 버전 1.0.9
최근 업데이트 2024-02-25
출시 날짜 2023-01-25
개발자 advancedsolutionshub
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://chataigpt.pro/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT",
    "short_name": "ChatGPT",
    "version": "1.0.9",
    "description": "Use ChatGPT in Google Chrome",
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "webRequest"
    ],
    "action": {
        "default_icon": {
            "128": "images\/128.png",
            "48": "images\/48.png",
            "16": "images\/16.png"
        },
        "default_title": "ChatGPT"
    },
    "commands": {
        "openWindow": {
            "suggested_key": {
                "default": "Alt+C",
                "windows": "Alt+C",
                "mac": "Alt+C",
                "chromeos": "Alt+C",
                "linux": "Alt+C"
            },
            "description": "Use ChatGPT in Google Chrome"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "images\/128.png",
        "48": "images\/48.png",
        "16": "images\/16.png"
    }
}