Talk GPT
Use Chat GPT with other way
Talk GPTคืออะไร?
Talk GPT เป็นส่วนขยายของ Chrome ที่พัฒนาโดย danganhtuan0002 และคุณลักษณะหลักของมันคือ "Use Chat GPT with other way"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Talk GPT
ดาวน์โหลดไฟล์ส่วนขยาย Talk GPT ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension facilitates voice chat support with GPT, offering prominent features such as converting speech to text, turning GPT responses into speech, suggesting better-phrased sentences, enabling the creation of conversational scripts with GPT, making conversations more focused and natural. It allows customization of speaking speed and voice to cater to users of varying proficiency levels.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Talk GPT |
ID | gjklbbmneaddgofaclhlldbldjnpblck |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/talk-gpt/gjklbbmneaddgofaclhlldbldjnpblck |
คำอธิบาย | Use Chat GPT with other way |
ขนาดไฟล์ | 171 KB |
จำนวนการติดตั้ง | 94 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2023-10-24 |
วันที่เผยแพร่ | 2023-09-17 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | danganhtuan0002 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Talk GPT", "description": "Use Chat GPT with other way", "version": "1.0.2", "permissions": [ "activeTab", "storage" ], "icons": { "48": "logo-talkgpt.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "action": { "default_popup": "index.html", "default_icon": { "16": "logo-talkgpt.png", "48": "logo-talkgpt.png", "128": "logo-talkgpt.png" } } } |