ChatGPT Google Search
Use chatGPT to quickly use google search on chat.openai.com
What is ChatGPT Google Search?
ChatGPT Google Search is a Chrome extension developed by Louis, and its main feature is "Use chatGPT to quickly use google search on chat.openai.com".
Extension Screenshots
Download ChatGPT Google Search Extension CRX File
Download ChatGPT Google Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Use chatGPT to quickly use google search on chat.openai.com
Extension Basic Information
Name | ChatGPT Google Search |
ID | djecjgpedfbocgafihpbacgbbobeafhc |
Official URL | https://chromewebstore.google.com/detail/chatgpt-google-search/djecjgpedfbocgafihpbacgbbobeafhc |
Description | Use chatGPT to quickly use google search on chat.openai.com |
File Size | 56.97 KB |
Installation Count | 448 |
Current Version | 0.0.2 |
Last Updated | 2022-12-11 |
Publish Date | 2022-12-11 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Louis |
[email protected] | |
Payment Type | free |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.0.2", "description": "__MSG_appDescription__", "default_locale": "en", "manifest_version": 3, "minimum_chrome_version": "100", "icons": { "128": "icon-128.3b4522e7.png" }, "host_permissions": [ "https:\/\/*.openai.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/*.openai.com\/*" ], "js": [ "content.70a01fb4.js" ], "css": [ "content.699ca3cc.css" ], "run_at": "document_end" } ], "background": { "service_worker": "background.a054f291.js", "type": "module" } } |