ChatGPT Speech Synthesis

Bring ChatGPT to life with speech synthesis!

Apa itu ChatGPT Speech Synthesis?

ChatGPT Speech Synthesis adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Bring ChatGPT to life with speech synthesis!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ChatGPT Speech Synthesis

Unduh file ekstensi ChatGPT Speech Synthesis dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama ChatGPT Speech Synthesis ChatGPT Speech Synthesis
ID fhnfinocmleiilmajigpbdjcaacgmfop
URL Resmi https://chromewebstore.google.com/detail/chatgpt-speech-synthesis/fhnfinocmleiilmajigpbdjcaacgmfop
Deskripsi Bring ChatGPT to life with speech synthesis!
Ukuran File 548 KB
Jumlah Instalasi 85
Versi Saat Ini 1.1.1
Terakhir Diperbarui 2023-05-05
Tanggal Publikasi 2023-05-02
Penilaian 2.00/5 Total 1 Penilaian
Pengembang Unknown
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis
URL Halaman Bantuan https://github.com/ElrikUnderlake/ChatGPT-SpeechSynthesis/issues
Bahasa yang Didukung 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": []
}