GoogleChatGPT: ChatGPT with Google

Augment your ChatGPT prompts with relevant results from Google.

GoogleChatGPT: ChatGPT with Google란 무엇입니까?

GoogleChatGPT: ChatGPT with Google은(는) hunkim에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Augment your ChatGPT prompts with relevant results from Google."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

GoogleChatGPT: ChatGPT with Google 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        GoogleChatGPT: Enhance Your ChatGPT Experience with Relevant Google Results!

With GoogleChatGPT, you can now augment your ChatGPT prompts with relevant results from Google. This powerful Chrome extension integrates ChatGPT's language model with Google search, giving you access to a wealth of information at your fingertips. Whether you're looking for answers to complex questions, or simply want to expand your knowledge, GoogleChatGPT has got you covered.

GoogleChatGPT is the ultimate tool for anyone looking to enhance their ChatGPT experience. Install it today and discover a whole new world of information and knowledge!                    

확장 프로그램 기본 정보

이름 GoogleChatGPT: ChatGPT with Google GoogleChatGPT: ChatGPT with Google
ID mdonbhpnpdajiekihkjeneenjhmeipam
공식 URL https://chrome.google.com/webstore/detail/googlechatgpt-chatgpt-wit/mdonbhpnpdajiekihkjeneenjhmeipam
설명 Augment your ChatGPT prompts with relevant results from Google.
파일 크기 110 KB
설치 횟수 2,000
현재 버전 2023.02.04
최근 업데이트 2023-02-05
출시 날짜 2023-02-05
평점 3.75/5 총 4 개의 평점
개발자 hunkim
이메일 [email protected]
결제 유형 free
지원되는 언어 de,en,fr,es,it,pt-BR,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "2023.02.04",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/ddg-webapp-aagd.vercel.app\/*"
    ],
    "background": {
        "service_worker": "background\/bg.js"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/chat*"
            ],
            "js": [
                "content-scripts\/mainUI.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true,
        "css": [
            "options\/options.css"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content-scripts\/mainUI.css",
                "icons\/icon48.png"
            ],
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ]
        }
    ]
}