GoogleChatGPT: ChatGPT with Google
Augment your ChatGPT prompts with relevant results from Google.
GoogleChatGPT: ChatGPT with Googleคืออะไร?
GoogleChatGPT: ChatGPT with Google เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hunkim และคุณลักษณะหลักของมันคือ "Augment your ChatGPT prompts with relevant results from Google."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GoogleChatGPT: ChatGPT with Google
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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\/*" ] } ] } |