GPTAnywhere
Super Easy access to ChatGPT with a simple Chrome-Extension
Was ist GPTAnywhere?
GPTAnywhere ist eine Chrome-Erweiterung, die von GPTAnywhere entwickelt wurde, und ihr Hauptmerkmal ist "Super Easy access to ChatGPT with a simple Chrome-Extension".
Erweiterungsscreenshots
GPTAnywhere-Erweiterungs-CRX-Datei herunterladen
Laden Sie GPTAnywhere-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | GPTAnywhere |
ID | pklibapjplkpanekidgnckgjablljhni |
Offizielle URL | https://chromewebstore.google.com/detail/gptanywhere/pklibapjplkpanekidgnckgjablljhni |
Beschreibung | Super Easy access to ChatGPT with a simple Chrome-Extension |
Dateigröße | 516 KB |
Installationsanzahl | 5,000 |
Aktuelle Version | 1.0.2 |
Letztes Update | 2022-12-16 |
Veröffentlichungsdatum | 2022-12-16 |
Bewertung | 4.17/5 Insgesamt 6 Bewertungen |
Entwickler | GPTAnywhere |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |