ChatGPT Extension

Use ChatGPT quickly and powerfully in Google Chrome.

ChatGPT Extension란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Introducing the ChatGPT Extension: Your Personal AI Assistant for Chrome

The ChatGPT Extension is a powerful Chrome browser extension designed to seamlessly integrate the capabilities of ChatGPT into your web browsing experience. This innovative tool offers a range of features to make your online activities more efficient and informative.

Key Features:

Quick Integration: Getting started with the ChatGPT Extension is a breeze. Simply input your account key, and you're ready to harness the power of ChatGPT directly within your Chrome browser.

Ask Questions Anywhere: Ever wanted to ask questions or seek information directly from any webpage you're browsing? With the ChatGPT Extension, you can do just that. Highlight the text you want to inquire about and select "Ask ChatGPT" from the contextual menu. It's a convenient way to find answers and resolve queries on the fly.

User-Friendly Interface: We've designed the ChatGPT Extension with a clean and user-friendly interface, ensuring that interacting with AI is both simple and intuitive. You won't be overwhelmed with complexity; instead, you'll have a seamless experience.

With the ChatGPT Extension, you can effortlessly tap into the potential of ChatGPT while surfing the web. It's a handy tool that empowers you to make the most of artificial intelligence across the vast landscape of the internet. Experience the future of browsing with ChatGPT Extension for Chrome.                    

확장 프로그램 기본 정보

이름 ChatGPT Extension ChatGPT Extension
ID dcbcnpnaccfjoikaofjgcipcfbmfkpmj
공식 URL https://chromewebstore.google.com/detail/chatgpt-extension/dcbcnpnaccfjoikaofjgcipcfbmfkpmj
설명 Use ChatGPT quickly and powerfully in Google Chrome.
파일 크기 2.54 MB
설치 횟수 656
현재 버전 0.0.6
최근 업데이트 2024-03-01
출시 날짜 2023-02-19
개발자 leducgiachoang13
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://leducgiachoang.com/
개인정보 보호 정책 페이지 URL https://leducgiachoang.com/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Extension",
    "description": "Use ChatGPT quickly and powerfully in Google Chrome.",
    "version": "0.0.6",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "\/assets\/icons\/logo16.png",
        "32": "\/assets\/icons\/logo32.png",
        "48": "\/assets\/icons\/logo48.png",
        "128": "\/assets\/icons\/logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/content.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "storage",
        "activeTab",
        "unlimitedStorage",
        "sidePanel",
        "*:\/\/*.openai.com",
        "*:\/\/*.*.openai.com"
    ],
    "host_permissions": [
        "https:\/\/*\/*"
    ],
    "options_page": "options.html",
    "side_panel": {
        "default_path": "popup.html"
    }
}