ChatGPT Speechifier
This browser extension helps speak ChatGPT text responses out loud in different languages and different tonations
ChatGPT Speechifierคืออะไร?
ChatGPT Speechifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Obinna Iloeje และคุณลักษณะหลักของมันคือ "This browser extension helps speak ChatGPT text responses out loud in different languages and different tonations"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT Speechifier
ดาวน์โหลดไฟล์ส่วนขยาย ChatGPT Speechifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This browser extension helps speak ChatGPT text responses out loud with different languages and different tonations. *Features - Change language and gender of speech voice - Increase or decrease the rate or speed of the speech - Increase or decrease the pitch of the speech voice
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ChatGPT Speechifier |
ID | jglaljacmohblhebclbfeeegdekoenae |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chatgpt-speechifier/jglaljacmohblhebclbfeeegdekoenae |
คำอธิบาย | This browser extension helps speak ChatGPT text responses out loud in different languages and different tonations |
ขนาดไฟล์ | 372 KB |
จำนวนการติดตั้ง | 27 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2023-06-06 |
วันที่เผยแพร่ | 2023-05-14 |
คะแนน | 4.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Obinna Iloeje |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ChatGPT Speechifier", "version": "1.0.0", "description": "This browser extension helps speak ChatGPT text responses out loud in different languages and different tonations", "manifest_version": 3, "permissions": [ "tts", "activeTab", "tabs", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/chat.openai.com\/*" ], "js": [ "content.js" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "disabledPopup.html", "default_icon": "disabledIcon.png" }, "icons": { "48": "icon-2.PNG", "128": "logo.PNG" } } |