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

Apa itu Translator and Text to Speech (TTS)?

Translator and Text to Speech (TTS) adalah ekstensi Chrome yang dikembangkan oleh https://www.freetranslations.org, dan fitur utamanya adalah "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 Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Translator and Text to Speech (TTS)

Unduh file ekstensi Translator and Text to Speech (TTS) 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

                        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.                    

Informasi Dasar Ekstensi

Nama Translator and Text to Speech (TTS) Translator and Text to Speech (TTS)
ID nkbpagohbgnpdpldlcmabekfidlkfcad
URL Resmi https://chromewebstore.google.com/detail/translator-and-text-to-sp/nkbpagohbgnpdpldlcmabekfidlkfcad
Deskripsi Select any word or text in over 100 languages and click the option to either translate or convert text to speech or download audio
Ukuran File 46.77 KB
Jumlah Instalasi 2,204
Versi Saat Ini 1.7
Terakhir Diperbarui 2021-04-07
Tanggal Publikasi 2020-07-05
Penilaian 4.17/5 Total 6 Penilaian
Pengembang https://www.freetranslations.org
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.freetranslations.org/voice-translator.html
URL Halaman Bantuan https://www.freetranslations.org/contact-us.php
Bahasa yang Didukung 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"
    }
}