ChatGPT Chrome Extension

Super Easy access to ChatGPT with a simple Chrome-Extension

Co to jest ChatGPT Chrome Extension?

ChatGPT Chrome Extension 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

screenshot

Pobierz plik CRX rozszerzenia ChatGPT Chrome Extension

Pobierz pliki rozszerzeń ChatGPT Chrome Extension 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

                        Mithilfe dieser Chrome-Extension können Nutzer ganz einfach auf die ChatGPT von OpenAI mit Hilfe eins Popups zugreifen.                    

Podstawowe informacje o rozszerzeniu

Nazwa ChatGPT Chrome Extension ChatGPT Chrome Extension
ID gedcfcpmliihckglmjcmmlagobdbbiae
Oficjalny URL https://chromewebstore.google.com/detail/chatgpt-chrome-extension/gedcfcpmliihckglmjcmmlagobdbbiae
Opis Super Easy access to ChatGPT with a simple Chrome-Extension
Rozmiar pliku 516 KB
Liczba instalacji 2,091
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2022-12-15
Data Publikacji 2022-12-14
Ocena 3.67/5 Łącznie 6 Oceny
Deweloper GPTAnywhere
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChatGPT Chrome Extension",
    "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"
    }
}