ChatGPT-Simple
Simply call ChatGPT
Vad är ChatGPT-Simple?
ChatGPT-Simple är en Chrome-tillägg utvecklad av Fujun Du, och dess huvudfunktion är "Simply call ChatGPT".
Tilläggsskärmbilder
Ladda ner ChatGPT-Simple-förlängningens CRX-fil
Ladda ner ChatGPT-Simple-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | ChatGPT-Simple |
ID | jacmfdljbkmgomdnpeibonaaholjbieo |
Officiell webbadress | https://chromewebstore.google.com/detail/chatgpt-simple/jacmfdljbkmgomdnpeibonaaholjbieo |
Beskrivning | Simply call ChatGPT |
Filstorlek | 20.96 KB |
Antal Installationer | 26 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2023-03-07 |
Publiceringsdatum | 2023-03-06 |
Utvecklare | Fujun Du |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/fjdu/chatGPT-call |
Stödda Språk | 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" } } } |