Quick ChatGPT

Using ChatGPT in browser popup directly without tab switching.

Quick ChatGPT란 무엇입니까?

Quick ChatGPT은(는) Extify에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Using ChatGPT in browser popup directly without tab switching."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Save time and chat effortlessly with Quick ChatGPT directly in your browser!

This lightning-fast extension streamlines your conversations, putting the power of ChatGPT at your fingertips for instant, hassle-free interactions. Say goodbye to extra steps and enhance your online experience with seamless, time-saving conversations                    

확장 프로그램 기본 정보

이름 Quick ChatGPT Quick ChatGPT
ID kkchdjfkhmniamlkomjfeeiojacbcfoe
공식 URL https://chromewebstore.google.com/detail/quick-chatgpt/kkchdjfkhmniamlkomjfeeiojacbcfoe
설명 Using ChatGPT in browser popup directly without tab switching.
파일 크기 340 KB
설치 횟수 63
현재 버전 1.1
최근 업데이트 2024-01-22
출시 날짜 2024-01-22
개발자 Extify
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://twitter.com/quangpl99
도움말 페이지 URL https://twitter.com/quangpl99
개인정보 보호 정책 페이지 URL https://quick-chatgpt.vercel.app
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Quick ChatGPT",
    "description": "Using ChatGPT in browser popup directly without tab switching.",
    "version": "1.1",
    "options_ui": {
        "page": "options.html"
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/vendor.js",
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon128.png",
                "icon32.png",
                "icon.png",
                "toast.js",
                "toast.css"
            ],
            "matches": []
        }
    ]
}