SearchGPT
Integrate OpenAI's GPT-3 model responses to your Google search queries
Wat is SearchGPT?
SearchGPT is een Chrome-extensie ontwikkeld door Reuel Joseph, en de belangrijkste functie is "Integrate OpenAI's GPT-3 model responses to your Google search queries".
Extensie Screenshots
Download het CRX-bestand van de extensie SearchGPT
Download SearchGPT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Get summarized results in seconds by using the power of OpenAI's GPT-3 models to enhance Google searches with artificial intelligence. Basisinformatie over de Extensie
| Naam | |
| ID | nemhpjoggiokeajmkekkdkapjehpfaff |
| Officiële URL | https://chromewebstore.google.com/detail/searchgpt/nemhpjoggiokeajmkekkdkapjehpfaff |
| Beschrijving | Integrate OpenAI's GPT-3 model responses to your Google search queries |
| Bestandsgrootte | 16.52 KB |
| Aantal Installaties | 451 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2023-02-02 |
| Publicatiedatum | 2023-01-11 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Reuel Joseph |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/RooRoo6080/SearchGPT |
| Help Pagina-URL | https://github.com/RooRoo6080/SearchGPT |
| Ondersteunde Talen | 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"
}
} | |