ChatGPT Popup

Opens a ChatGPT window in the current page.

ChatGPT Popup란 무엇입니까?

ChatGPT Popup은(는) dudethatscool1998에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Opens a ChatGPT window in the current page."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        ChatGPT Popup is a simple and easy-to-use Chrome extension that lets you quickly access the powerful AI chatbot from OpenAI, ChatGPT. With just a click of a button, you can open a popup window with ChatGPT, where you can ask it any question and get a human-like response in seconds.

Whether you need help with homework, want to practice conversational skills, or just want to chat with an intelligent AI, ChatGPT Popup is the perfect tool for you. With its user-friendly interface, customizable settings, and powerful AI technology, ChatGPT Popup is a must-have for anyone who wants to learn, grow, and engage with the world in a new and exciting way.

So why wait? Install ChatGPT Popup today and start exploring the endless possibilities of AI-powered chat!                    

확장 프로그램 기본 정보

이름 ChatGPT Popup ChatGPT Popup
ID eadebdogklibpjpahgbbfidpfllkgjmg
공식 URL https://chromewebstore.google.com/detail/chatgpt-popup/eadebdogklibpjpahgbbfidpfllkgjmg
설명 Opens a ChatGPT window in the current page.
파일 크기 8.83 KB
설치 횟수 213
현재 버전 1.0
최근 업데이트 2023-04-12
출시 날짜 2023-04-12
개발자 dudethatscool1998
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Popup",
    "description": "Opens a ChatGPT window in the current page.",
    "version": "1.0",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScripts.js"
            ]
        }
    ]
}