ChatGPT-Simple

Simply call ChatGPT

Hvad er ChatGPT-Simple?

ChatGPT-Simple er en Chrome-udvidelse udviklet af Fujun Du, og dens hovedfunktion er "Simply call ChatGPT".

Udvidelsesskærmbilleder

screenshot

Download ChatGPT-Simple-udvidelses-CRX-fil

Download ChatGPT-Simple-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn ChatGPT-Simple ChatGPT-Simple
ID jacmfdljbkmgomdnpeibonaaholjbieo
Officiel URL https://chromewebstore.google.com/detail/chatgpt-simple/jacmfdljbkmgomdnpeibonaaholjbieo
Beskrivelse Simply call ChatGPT
Filstørrelse 20.96 KB
Antal Installationer 26
Nuværende Version 1.0
Senest Opdateret 2023-03-07
Udgivelsesdato 2023-03-06
Udvikler Fujun Du
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/fjdu/chatGPT-call
Understøttede Sprog 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"
        }
    }
}