GPTAnywhere
Super Easy access to ChatGPT with a simple Chrome-Extension
Co to jest GPTAnywhere?
GPTAnywhere to rozszerzenie Chrome opracowane przez GPTAnywhere, a jego główną funkcją jest „Super Easy access to ChatGPT with a simple Chrome-Extension”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia GPTAnywhere
Pobierz pliki rozszerzeń GPTAnywhere w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | pklibapjplkpanekidgnckgjablljhni |
| Oficjalny URL | https://chromewebstore.google.com/detail/gptanywhere/pklibapjplkpanekidgnckgjablljhni |
| Opis | Super Easy access to ChatGPT with a simple Chrome-Extension |
| Rozmiar pliku | 516 KB |
| Liczba instalacji | 5,000 |
| Aktualna Wersja | 1.0.2 |
| Ostatnia Aktualizacja | 2022-12-16 |
| Data Publikacji | 2022-12-16 |
| Ocena | 4.17/5 Łącznie 6 Oceny |
| Deweloper | GPTAnywhere |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |