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.」です。
拡張機能のスクリーンショット
GoogleChatGPT: ChatGPT with Google拡張機能のCRXファイルをダウンロード
GoogleChatGPT: ChatGPT with Google拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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!
拡張機能の基本情報
名前 | |
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 |
Eメール | [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\/*" ] } ] } |