GoogleChatGPT: ChatGPT with Google
Augment your ChatGPT prompts with relevant results from Google.
Co je GoogleChatGPT: ChatGPT with Google?
GoogleChatGPT: ChatGPT with Google je rozšíření Chrome vyvinuté hunkim, a jeho hlavní funkcí je „Augment your ChatGPT prompts with relevant results from Google.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření GoogleChatGPT: ChatGPT with Google
Stáhněte si soubory rozšíření GoogleChatGPT: ChatGPT with Google ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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!
Základní Informace o Rozšíření
Název | |
ID | mdonbhpnpdajiekihkjeneenjhmeipam |
Oficiální URL | https://chrome.google.com/webstore/detail/googlechatgpt-chatgpt-wit/mdonbhpnpdajiekihkjeneenjhmeipam |
Popis | Augment your ChatGPT prompts with relevant results from Google. |
Velikost souboru | 110 KB |
Počet instalací | 2,000 |
Aktuální Verze | 2023.02.04 |
Poslední Aktualizace | 2023-02-05 |
Datum Vydání | 2023-02-05 |
Hodnocení | 3.75/5 Celkem 4 Hodnocení |
Vývojář | hunkim |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } ] } |