DialogusAI - Learn Language by talking to AI
This is Language speaking and learing chrom extension it converts your voice to chatGPT text and his response into speech.
DialogusAI - Learn Language by talking to AIคืออะไร?
DialogusAI - Learn Language by talking to AI เป็นส่วนขยายของ Chrome ที่พัฒนาโดย stefanristic132 และคุณลักษณะหลักของมันคือ "This is Language speaking and learing chrom extension it converts your voice to chatGPT text and his response into speech."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DialogusAI - Learn Language by talking to AI
ดาวน์โหลดไฟล์ส่วนขยาย DialogusAI - Learn Language by talking to AI ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is DialogusAI google extension, where you can have conversational exchanges with the world's most advanced text processing AI ChatGPT. Simply use your voice to ask AI any question, and get a response. With its vast knowledge base and ability to understand and respond to complex queries. AI is the perfect companion for engaging conversations on any topic best thing you can tell him and choose on witch language you want to talk and then tall him the level of your knowlage of specific language. It is a great tool to quickly and easily speak on other languages with just a click, DialogusAI and ChatGPT is the ideal app for multilingual conversations. Just Allow it to use your microfon click OK and have fun PRIVACY NOTICE: All voice processing is done in browser and NO recordings or data is sent anywhere else except the chatGPT chat window. Enjoy! If you have any suggestions: @stefan_ljuti on twitter
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DialogusAI - Learn Language by talking to AI |
ID | nieneinjdkdjapfojikpmjpmcebjiooe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/dialogusai-learn-language/nieneinjdkdjapfojikpmjpmcebjiooe |
คำอธิบาย | This is Language speaking and learing chrom extension it converts your voice to chatGPT text and his response into speech. |
ขนาดไฟล์ | 55.8 KB |
จำนวนการติดตั้ง | 339 |
เวอร์ชันปัจจุบัน | 0.1.0 |
อัปเดตครั้งล่าสุด | 2022-12-28 |
วันที่เผยแพร่ | 2022-12-28 |
ผู้พัฒนา | stefanristic132 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "DialogusAI - Learn Language by talking to AI", "version": "0.1.0", "description": "This is Language speaking and learing chrom extension it converts your voice to chatGPT text and his response into speech.", "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/chat" ], "js": [ "jquery.js", "script.js" ] } ], "action": { "default_icon": "icon.png" }, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" } } |