SearchGPT
Integrate OpenAI's GPT-3 model responses to your Google search queries
什麼是SearchGPT?
SearchGPT是由Reuel Joseph開發的Chrome擴展程式,該擴展的主要功能是“Integrate OpenAI's GPT-3 model responses to your Google search queries”。
擴展截圖
下載SearchGPT擴展crx文件
下載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 |
官方網址 | 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" } } |