GPTAnywhere
Super Easy access to ChatGPT with a simple Chrome-Extension
Wat is GPTAnywhere?
GPTAnywhere is een Chrome-extensie ontwikkeld door GPTAnywhere, en de belangrijkste functie is "Super Easy access to ChatGPT with a simple Chrome-Extension".
Extensie Screenshots
Download het CRX-bestand van de extensie GPTAnywhere
Download GPTAnywhere-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
GPTAnywhere is a simple Chrome-Extension which allows you to access the ChatGPT with a simple Popup. Its a very usefull tool for all people who often use the ChatGPT. Basisinformatie over de Extensie
| Naam | |
| ID | pklibapjplkpanekidgnckgjablljhni |
| Officiële URL | https://chromewebstore.google.com/detail/gptanywhere/pklibapjplkpanekidgnckgjablljhni |
| Beschrijving | Super Easy access to ChatGPT with a simple Chrome-Extension |
| Bestandsgrootte | 516 KB |
| Aantal Installaties | 5,000 |
| Huidige Versie | 1.0.2 |
| Laatst Bijgewerkt | 2022-12-16 |
| Publicatiedatum | 2022-12-16 |
| Beoordeling | 4.17/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | GPTAnywhere |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "GPTAnywhere",
"description": "Super Easy access to ChatGPT with a simple Chrome-Extension",
"version": "1.0.2",
"manifest_version": 3,
"icons": {
"16": "logo.png",
"32": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"action": {
"default_popup": "frontend\/index.html"
},
"host_permissions": [
"https:\/\/*.openai.com\/"
],
"background": {
"service_worker": "background\/index.js"
}
} | |