ChatGPT-Simple
Simply call ChatGPT
Apa itu ChatGPT-Simple?
ChatGPT-Simple adalah ekstensi Chrome yang dikembangkan oleh Fujun Du, dan fitur utamanya adalah "Simply call ChatGPT".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi ChatGPT-Simple
Unduh file ekstensi ChatGPT-Simple dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | jacmfdljbkmgomdnpeibonaaholjbieo |
URL Resmi | https://chromewebstore.google.com/detail/chatgpt-simple/jacmfdljbkmgomdnpeibonaaholjbieo |
Deskripsi | Simply call ChatGPT |
Ukuran File | 20.96 KB |
Jumlah Instalasi | 26 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2023-03-07 |
Tanggal Publikasi | 2023-03-06 |
Pengembang | Fujun Du |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/fjdu/chatGPT-call |
Bahasa yang Didukung | 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" } } } |