ChatGPT-Simple

Simply call ChatGPT

Qu'est-ce que ChatGPT-Simple ?

ChatGPT-Simple est une extension Chrome développée par Fujun Du, et sa fonction principale est "Simply call ChatGPT".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ChatGPT-Simple

Téléchargez les fichiers d'extension ChatGPT-Simple au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom ChatGPT-Simple ChatGPT-Simple
ID jacmfdljbkmgomdnpeibonaaholjbieo
URL Officiel https://chromewebstore.google.com/detail/chatgpt-simple/jacmfdljbkmgomdnpeibonaaholjbieo
Description Simply call ChatGPT
Taille du Fichier 20.96 KB
Nombre d'Installations 26
Version Actuelle 1.0
Dernière Mise à Jour 2023-03-07
Date de Publication 2023-03-06
Développeur Fujun Du
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/fjdu/chatGPT-call
Langues Prises en Charge 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"
        }
    }
}