Text to Speech (Dubbing) - SpeakText

Converts text to speech

Τι είναι το Text to Speech (Dubbing) - SpeakText;

Το Text to Speech (Dubbing) - SpeakText είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον hocgin, και η κύρια λειτουργία του είναι "Converts text to speech".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Text to Speech (Dubbing) - SpeakText

Λήψη αρχείων επέκτασης Text to Speech (Dubbing) - SpeakText σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        A tool that supports text-to-speech conversion.

Multi-language support: If you need to convert text into speech in different languages, you need to use a tool that supports multiple languages. Some tools support more than 50 languages, and you can choose according to your needs.

Multi-voice support: Multi-voice means that you can choose different voice types, such as male, female, young, and old. Multiple voice types can increase the variability and attractiveness of the speech, and also allow you to choose the voice that best suits your needs.

Download function: Some tools allow you to download the generated speech files to your computer or device, so you can play or share these files anytime, anywhere. This is a very convenient feature, especially when you need to use speech files offline.

Custom settings: Some tools provide advanced features such as speed, tone, volume, etc., which can help you customize the speech files you need to make them more suitable for your needs.

If you encounter any problems during use, please don't worry, a negative review cannot solve the problem. You can provide feedback at the link below, and I will follow up in a timely manner.
👉 https://logspot.hocgin.top/addone-speak-text?active=feedback 👈

If this was helpful to you, could you please give me a good rating 🌹                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Text to Speech (Dubbing) - SpeakText Text to Speech (Dubbing) - SpeakText
ID kglnbmpmjfbmcodgcgibonfeenmmgmmp
Επίσημο URL https://chromewebstore.google.com/detail/text-to-speech-dubbing-sp/kglnbmpmjfbmcodgcgibonfeenmmgmmp
Περιγραφή Converts text to speech
Μέγεθος Αρχείου 947 KB
Αριθμός Εγκαταστάσεων 6,000
Τρέχουσα Έκδοση 0.0.18
Τελευταία Ενημέρωση 2024-02-20
Ημερομηνία Δημοσίευσης 2023-02-19
Αξιολόγηση 4.25/5 Συνολικά 12 Αξιολογήσεις
Προγραμματιστής hocgin
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://logspot.hocgin.top/privacy
Υποστηριζόμενες Γλώσσες en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "version": "0.0.18",
    "description": "__MSG_extension_description__",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "options_page": "$options.html",
    "action": {
        "default_popup": "$popup.html",
        "default_title": "__MSG_extension_action_title__"
    },
    "icons": {
        "16": "$_logo_16.png",
        "32": "$_logo_32.png",
        "48": "$_logo_48.png",
        "128": "$_logo_128.png"
    },
    "homepage_url": "https:\/\/logspot.hocgin.top\/addone-speak-text",
    "default_locale": "en",
    "permissions": [
        "contextMenus",
        "storage",
        "notifications"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/logspot.hocgin.top\/addone-speak-text*",
                "*:\/\/*\/addone-speak-text*"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "js": [
                "contentScript_0.js"
            ],
            "css": [
                "contentScript_0.css"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    }
}