Text to Speech Converter and Downloader

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

Wat is Text to Speech Converter and Downloader?

Text to Speech Converter and Downloader is een Chrome-extensie ontwikkeld door https://www.freetranslations.org, en de belangrijkste functie is "It helps you not only convert text to speech, but also download audio with a single click.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Text to Speech Converter and Downloader

Download Text to Speech Converter and Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Text to Speech Converter and Downloader Text to Speech Converter and Downloader
ID bdajglkhfcokpdjdhccjaamkdpniemoh
Officiële URL https://chrome.google.com/webstore/detail/text-to-speech-converter/bdajglkhfcokpdjdhccjaamkdpniemoh
Beschrijving It helps you not only convert text to speech, but also download audio with a single click.
Bestandsgrootte 50.65 KB
Aantal Installaties 1,000
Huidige Versie 1.4
Laatst Bijgewerkt 2021-01-03
Publicatiedatum 2018-02-03
Beoordeling 3.73/5 Totaal 11 Beoordelingen
Ontwikkelaar https://www.freetranslations.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.freetranslations.org/text-to-speech.html
Help Pagina-URL https://www.freetranslations.org/contact-us.php
Ondersteunde Talen 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"
    }
}