SearchGPT
Integrate OpenAI's GPT-3 model responses to your Google search queries
SearchGPTคืออะไร?
SearchGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Reuel Joseph และคุณลักษณะหลักของมันคือ "Integrate OpenAI's GPT-3 model responses to your Google search queries"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SearchGPT
ดาวน์โหลดไฟล์ส่วนขยาย SearchGPT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get summarized results in seconds by using the power of OpenAI's GPT-3 models to enhance Google searches with artificial intelligence.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | SearchGPT |
ID | nemhpjoggiokeajmkekkdkapjehpfaff |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/searchgpt/nemhpjoggiokeajmkekkdkapjehpfaff |
คำอธิบาย | Integrate OpenAI's GPT-3 model responses to your Google search queries |
ขนาดไฟล์ | 16.52 KB |
จำนวนการติดตั้ง | 451 |
เวอร์ชันปัจจุบัน | 1.1 |
อัปเดตครั้งล่าสุด | 2023-02-02 |
วันที่เผยแพร่ | 2023-01-11 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Reuel Joseph |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/RooRoo6080/SearchGPT |
URL หน้าช่วยเหลือ | https://github.com/RooRoo6080/SearchGPT |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SearchGPT", "version": "1.1", "description": "Integrate OpenAI's GPT-3 model responses to your Google search queries", "author": "Reuel Joseph", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/www.google.com\/search*" ] } ], "background": { "service_worker": "scripts\/background.js" }, "action": { "default_title": "SearchGPT", "default_popup": "content\/popup.html" } } |