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": []
}