SearchGPT
Integrate OpenAI's GPT-3 model responses to your Google search queries
SearchGPT là gì?
SearchGPT là một tiện ích mở rộng Chrome được phát triển bởi Reuel Joseph, và tính năng chính của nó là "Integrate OpenAI's GPT-3 model responses to your Google search queries".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng SearchGPT
Tải xuống các tệp mở rộng SearchGPT dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Get summarized results in seconds by using the power of OpenAI's GPT-3 models to enhance Google searches with artificial intelligence.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SearchGPT |
ID | nemhpjoggiokeajmkekkdkapjehpfaff |
URL Chính Thức | https://chromewebstore.google.com/detail/searchgpt/nemhpjoggiokeajmkekkdkapjehpfaff |
Mô tả | Integrate OpenAI's GPT-3 model responses to your Google search queries |
Kích Thước Tệp | 16.52 KB |
Số Lần Cài Đặt | 451 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2023-02-02 |
Ngày Phát Hành | 2023-01-11 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Reuel Joseph |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/RooRoo6080/SearchGPT |
URL Trang Trợ Giúp | https://github.com/RooRoo6080/SearchGPT |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |