ChatGPT-Simple
Simply call ChatGPT
Cos'è ChatGPT-Simple?
ChatGPT-Simple è un'estensione di Chrome sviluppata da Fujun Du, e la sua funzione principale è "Simply call ChatGPT".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ChatGPT-Simple
Scarica i file di estensione ChatGPT-Simple in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | ChatGPT-Simple |
ID | jacmfdljbkmgomdnpeibonaaholjbieo |
URL Ufficiale | https://chromewebstore.google.com/detail/chatgpt-simple/jacmfdljbkmgomdnpeibonaaholjbieo |
Descrizione | Simply call ChatGPT |
Dimensione del File | 20.96 KB |
Conteggio Installazioni | 26 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-03-07 |
Data di Pubblicazione | 2023-03-06 |
Sviluppatore | Fujun Du |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/fjdu/chatGPT-call |
Lingue Supportate | 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" } } } |