Translator and Text to Speech (TTS)

Select any word or text in over 100 languages and click the option to either translate or convert text to speech or download audio

Τι είναι το Translator and Text to Speech (TTS);

Το Translator and Text to Speech (TTS) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.freetranslations.org, και η κύρια λειτουργία του είναι "Select any word or text in over 100 languages and click the option to either translate or convert text to speech or download audio".

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

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Translator and Text to Speech (TTS)

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

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

                        All in one extension with a free translator, a voice translator, a text to speech converter and a speech downloader.
 
1) Free translator helps make free translation.
2) Voice translator helps translate and speak.
3) Text to speech helps convert text to speech to hear texts with local accents.
4) Speech downloader helps download sounds with local accents.                    

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

Όνομα Translator and Text to Speech (TTS) Translator and Text to Speech (TTS)
ID nkbpagohbgnpdpldlcmabekfidlkfcad
Επίσημο URL https://chromewebstore.google.com/detail/translator-and-text-to-sp/nkbpagohbgnpdpldlcmabekfidlkfcad
Περιγραφή Select any word or text in over 100 languages and click the option to either translate or convert text to speech or download audio
Μέγεθος Αρχείου 46.77 KB
Αριθμός Εγκαταστάσεων 2,204
Τρέχουσα Έκδοση 1.7
Τελευταία Ενημέρωση 2021-04-07
Ημερομηνία Δημοσίευσης 2020-07-05
Αξιολόγηση 4.17/5 Συνολικά 6 Αξιολογήσεις
Προγραμματιστής https://www.freetranslations.org
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.freetranslations.org/voice-translator.html
Διεύθυνση URL της Σελίδας Βοήθειας https://www.freetranslations.org/contact-us.php
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Translator and Text to Speech (TTS)",
    "short_name": "Text Translator, Voice Translator and Text to Speech (TTS) by FreeTranslations.Org",
    "description": "Select any word or text in over 100 languages and click the option to either translate or convert text to speech or download audio",
    "version": "1.7",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "https:\/\/*.freetranslations.org\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "icons": {
        "128": "icon.png"
    }
}