GoogleChatGPT: ChatGPT with Google

Augment your ChatGPT prompts with relevant results from Google.

Hvad er GoogleChatGPT: ChatGPT with Google?

GoogleChatGPT: ChatGPT with Google er en Chrome-udvidelse udviklet af hunkim, og dens hovedfunktion er "Augment your ChatGPT prompts with relevant results from Google.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download GoogleChatGPT: ChatGPT with Google-udvidelses-CRX-fil

Download GoogleChatGPT: ChatGPT with Google-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn GoogleChatGPT: ChatGPT with Google GoogleChatGPT: ChatGPT with Google
ID mdonbhpnpdajiekihkjeneenjhmeipam
Officiel URL https://chrome.google.com/webstore/detail/googlechatgpt-chatgpt-wit/mdonbhpnpdajiekihkjeneenjhmeipam
Beskrivelse Augment your ChatGPT prompts with relevant results from Google.
Filstørrelse 110 KB
Antal Installationer 2,000
Nuværende Version 2023.02.04
Senest Opdateret 2023-02-05
Udgivelsesdato 2023-02-05
Bedømmelse 3.75/5 Samlet 4 Bedømmelser
Udvikler hunkim
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
            ]
        }
    ]
}