ChatGPT-Simple
Simply call ChatGPT
ChatGPT-Simpleคืออะไร?
ChatGPT-Simple เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Fujun Du และคุณลักษณะหลักของมันคือ "Simply call ChatGPT"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT-Simple
ดาวน์โหลดไฟล์ส่วนขยาย ChatGPT-Simple ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ChatGPT-Simple |
ID | jacmfdljbkmgomdnpeibonaaholjbieo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chatgpt-simple/jacmfdljbkmgomdnpeibonaaholjbieo |
คำอธิบาย | Simply call ChatGPT |
ขนาดไฟล์ | 20.96 KB |
จำนวนการติดตั้ง | 26 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-03-07 |
วันที่เผยแพร่ | 2023-03-06 |
ผู้พัฒนา | Fujun Du |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/fjdu/chatGPT-call |
ภาษาที่รองรับ | 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" } } } |