ChatGPT Speech Synthesis

Bring ChatGPT to life with speech synthesis!

ChatGPT Speech Synthesisคืออะไร?

ChatGPT Speech Synthesis เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Bring ChatGPT to life with speech synthesis!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ChatGPT Speech Synthesis

ดาวน์โหลดไฟล์ส่วนขยาย ChatGPT Speech Synthesis ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Key Features:

- High-Quality TTS Voice: Natural-sounding voice for a better conversational experience
- Speech rate of 1.25x
- Utilizes Chrome's built-in SpeechSynthesis API
- Highlighted Text: Stay focused on the conversation as the currently spoken text block is highlighted
- Seamless Integration: Effortlessly integrates with the ChatGPT platform, adds a play/stop button to each messages for easy access                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ ChatGPT Speech Synthesis ChatGPT Speech Synthesis
ID fhnfinocmleiilmajigpbdjcaacgmfop
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatgpt-speech-synthesis/fhnfinocmleiilmajigpbdjcaacgmfop
คำอธิบาย Bring ChatGPT to life with speech synthesis!
ขนาดไฟล์ 548 KB
จำนวนการติดตั้ง 85
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2023-05-05
วันที่เผยแพร่ 2023-05-02
คะแนน 2.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis
URL หน้าช่วยเหลือ https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "ChatGPT Speech Synthesis",
    "version": "1.1.1",
    "description": "Bring ChatGPT to life with speech synthesis!",
    "icons": {
        "64": "icon64.png",
        "128": "icon128.png",
        "512": "icon512.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/chat.openai.com\/*"
            ],
            "js": [
                "main.js"
            ]
        }
    ],
    "permissions": [],
    "host_permissions": []
}