ChatGPT-Simple
Simply call ChatGPT
Wat is ChatGPT-Simple?
ChatGPT-Simple is een Chrome-extensie ontwikkeld door Fujun Du, en de belangrijkste functie is "Simply call ChatGPT".
Extensie Screenshots
Download het CRX-bestand van de extensie ChatGPT-Simple
Download ChatGPT-Simple-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | ChatGPT-Simple |
ID | jacmfdljbkmgomdnpeibonaaholjbieo |
Officiële URL | https://chromewebstore.google.com/detail/chatgpt-simple/jacmfdljbkmgomdnpeibonaaholjbieo |
Beschrijving | Simply call ChatGPT |
Bestandsgrootte | 20.96 KB |
Aantal Installaties | 26 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2023-03-07 |
Publicatiedatum | 2023-03-06 |
Ontwikkelaar | Fujun Du |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/fjdu/chatGPT-call |
Ondersteunde Talen | 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" } } } |