VoiceChatGPT
You can voice conversation with ChatGPT. This add-on(unofficial) is only valid for pages at https://chat.openai.com/
VoiceChatGPTคืออะไร?
VoiceChatGPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gharacter และคุณลักษณะหลักของมันคือ "You can voice conversation with ChatGPT. This add-on(unofficial) is only valid for pages at https://chat.openai.com/"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VoiceChatGPT
ดาวน์โหลดไฟล์ส่วนขยาย VoiceChatGPT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Let's have a voice conversation with ChatGPT. 1. Install this add-on. 2. Open the page at https://chat.openai.com/ (For the first time, you need to create an OpenAI account) 3. A microphone icon is displayed on the top right of the page. 4. Click the microphone icon to turn it on. 5. You will be asked whether to allow the use of the microphone only for the first time, so [Allow]. 6. You can talk. 7. Click the microphone icon again to turn it off. Click the add-on icon to change audio settings. * Mic must be enabled. * Since the response sentence is read gradually, the reading may be unnatural. * Misreading is a specification. * Rarely speaking may fail. * This addon is unofficial.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | VoiceChatGPT |
ID | jflddflnnaggppnecfphaljgahfajihk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/voicechatgpt/jflddflnnaggppnecfphaljgahfajihk |
คำอธิบาย | You can voice conversation with ChatGPT. This add-on(unofficial) is only valid for pages at https://chat.openai.com/ |
ขนาดไฟล์ | 43.11 KB |
จำนวนการติดตั้ง | 137 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2023-05-12 |
วันที่เผยแพร่ | 2023-05-02 |
ผู้พัฒนา | gharacter |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://twitter.com/Gharacter |
URL หน้าช่วยเหลือ | https://twitter.com/Gharacter |
ภาษาที่รองรับ | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_name__", "version": "1.0.2", "description": "__MSG_description__", "icons": { "32": "icons\/icon32.png", "72": "icons\/icon72.png", "128": "icons\/icon128.png", "512": "icons\/icon512.png" }, "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "action": { "default_title": "__MSG_name__", "default_popup": "popup\/popup.html", "default_icon": { "32": "icons\/icon32.png", "72": "icons\/icon72.png", "128": "icons\/icon128.png", "512": "icons\/icon512.png" } }, "permissions": [ "storage" ] } |