Text to Speech Converter and Downloader

It helps you not only convert text to speech, but also download audio with a single click.

Apa itu Text to Speech Converter and Downloader?

Text to Speech Converter and Downloader adalah ekstensi Chrome yang dikembangkan oleh https://www.freetranslations.org, dan fitur utamanya adalah "It helps you not only convert text to speech, but also download audio with a single click.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Text to Speech Converter and Downloader

Unduh file ekstensi Text to Speech Converter and Downloader 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

                        You need a text to speech with a downloader? Then you are at the right spot.                    

Informasi Dasar Ekstensi

Nama Text to Speech Converter and Downloader Text to Speech Converter and Downloader
ID bdajglkhfcokpdjdhccjaamkdpniemoh
URL Resmi https://chrome.google.com/webstore/detail/text-to-speech-converter/bdajglkhfcokpdjdhccjaamkdpniemoh
Deskripsi It helps you not only convert text to speech, but also download audio with a single click.
Ukuran File 50.65 KB
Jumlah Instalasi 1,000
Versi Saat Ini 1.4
Terakhir Diperbarui 2021-01-03
Tanggal Publikasi 2018-02-03
Penilaian 3.73/5 Total 11 Penilaian
Pengembang https://www.freetranslations.org
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.freetranslations.org/text-to-speech.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": "Text to Speech Converter and Downloader",
    "short_name": "Text to Speech Converter and Audio Downloader by FreeTranslations.Org",
    "description": "It helps you not only convert text to speech, but also download audio with a single click.",
    "version": "1.4",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "https:\/\/*.freetranslations.org\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "bg.js"
        ]
    },
    "icons": {
        "128": "icon.png"
    }
}