Text to Speech Converter and Downloader

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

Cos'è Text to Speech Converter and Downloader?

Text to Speech Converter and Downloader è un'estensione di Chrome sviluppata da https://www.freetranslations.org, e la sua funzione principale è "It helps you not only convert text to speech, but also download audio with a single click.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Text to Speech Converter and Downloader

Scarica i file di estensione Text to Speech Converter and Downloader in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Text to Speech Converter and Downloader Text to Speech Converter and Downloader
ID bdajglkhfcokpdjdhccjaamkdpniemoh
URL Ufficiale https://chrome.google.com/webstore/detail/text-to-speech-converter/bdajglkhfcokpdjdhccjaamkdpniemoh
Descrizione It helps you not only convert text to speech, but also download audio with a single click.
Dimensione del File 50.65 KB
Conteggio Installazioni 1,000
Versione Corrente 1.4
Ultimo Aggiornamento 2021-01-03
Data di Pubblicazione 2018-02-03
Valutazione 3.73/5 Totale 11 Valutazioni
Sviluppatore https://www.freetranslations.org
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.freetranslations.org/text-to-speech.html
URL della Pagina di Aiuto https://www.freetranslations.org/contact-us.php
Lingue Supportate 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"
    }
}