Text to Speech Converter and Downloader

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

Qu'est-ce que Text to Speech Converter and Downloader ?

Text to Speech Converter and Downloader est une extension Chrome développée par https://www.freetranslations.org, et sa fonction principale est "It helps you not only convert text to speech, but also download audio with a single click.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Text to Speech Converter and Downloader

Téléchargez les fichiers d'extension Text to Speech Converter and Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Text to Speech Converter and Downloader Text to Speech Converter and Downloader
ID bdajglkhfcokpdjdhccjaamkdpniemoh
URL Officiel https://chrome.google.com/webstore/detail/text-to-speech-converter/bdajglkhfcokpdjdhccjaamkdpniemoh
Description It helps you not only convert text to speech, but also download audio with a single click.
Taille du Fichier 50.65 KB
Nombre d'Installations 1,000
Version Actuelle 1.4
Dernière Mise à Jour 2021-01-03
Date de Publication 2018-02-03
Évaluation 3.73/5 Total 11 Évaluations
Développeur https://www.freetranslations.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.freetranslations.org/text-to-speech.html
URL de la Page d'Aide https://www.freetranslations.org/contact-us.php
Langues Prises en Charge 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"
    }
}