ChatGPT-Simple

Simply call ChatGPT

Co to jest ChatGPT-Simple?

ChatGPT-Simple to rozszerzenie Chrome opracowane przez Fujun Du, a jego główną funkcją jest „Simply call ChatGPT”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia ChatGPT-Simple

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

                        Call ChatGPT API (gpt-3.5-turbo) with an API key.

It sends the user input text to the OpenAI ChatGPT API, and displays the reply returned by ChatGPT.

The token usage of each conversation are also reported.                    

Podstawowe informacje o rozszerzeniu

Nazwa ChatGPT-Simple ChatGPT-Simple
ID jacmfdljbkmgomdnpeibonaaholjbieo
Oficjalny URL https://chromewebstore.google.com/detail/chatgpt-simple/jacmfdljbkmgomdnpeibonaaholjbieo
Opis Simply call ChatGPT
Rozmiar pliku 20.96 KB
Liczba instalacji 26
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-03-07
Data Publikacji 2023-03-06
Deweloper Fujun Du
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/fjdu/chatGPT-call
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT-Simple",
    "description": "Simply call ChatGPT",
    "version": "1.0",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    }
}