Text to Speech Converter and Downloader

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

Was ist Text to Speech Converter and Downloader?

Text to Speech Converter and Downloader ist eine Chrome-Erweiterung, die von https://www.freetranslations.org entwickelt wurde, und ihr Hauptmerkmal ist "It helps you not only convert text to speech, but also download audio with a single click.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Text to Speech Converter and Downloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Text to Speech Converter and Downloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Text to Speech Converter and Downloader Text to Speech Converter and Downloader
ID bdajglkhfcokpdjdhccjaamkdpniemoh
Offizielle URL https://chrome.google.com/webstore/detail/text-to-speech-converter/bdajglkhfcokpdjdhccjaamkdpniemoh
Beschreibung It helps you not only convert text to speech, but also download audio with a single click.
Dateigröße 50.65 KB
Installationsanzahl 1,000
Aktuelle Version 1.4
Letztes Update 2021-01-03
Veröffentlichungsdatum 2018-02-03
Bewertung 3.73/5 Insgesamt 11 Bewertungen
Entwickler https://www.freetranslations.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.freetranslations.org/text-to-speech.html
Hilfeseite URL https://www.freetranslations.org/contact-us.php
Unterstützte Sprachen 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"
    }
}