GoogleChatGPT: ChatGPT with Google

Augment your ChatGPT prompts with relevant results from Google.

Cos'è GoogleChatGPT: ChatGPT with Google?

GoogleChatGPT: ChatGPT with Google è un'estensione di Chrome sviluppata da hunkim, e la sua funzione principale è "Augment your ChatGPT prompts with relevant results from Google.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione GoogleChatGPT: ChatGPT with Google

Scarica i file di estensione GoogleChatGPT: ChatGPT with Google in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome GoogleChatGPT: ChatGPT with Google GoogleChatGPT: ChatGPT with Google
ID mdonbhpnpdajiekihkjeneenjhmeipam
URL Ufficiale https://chrome.google.com/webstore/detail/googlechatgpt-chatgpt-wit/mdonbhpnpdajiekihkjeneenjhmeipam
Descrizione Augment your ChatGPT prompts with relevant results from Google.
Dimensione del File 110 KB
Conteggio Installazioni 2,000
Versione Corrente 2023.02.04
Ultimo Aggiornamento 2023-02-05
Data di Pubblicazione 2023-02-05
Valutazione 3.75/5 Totale 4 Valutazioni
Sviluppatore hunkim
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
            ]
        }
    ]
}