Text to Speech Converter and Downloader

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

Hvad er Text to Speech Converter and Downloader?

Text to Speech Converter and Downloader er en Chrome-udvidelse udviklet af https://www.freetranslations.org, og dens hovedfunktion er "It helps you not only convert text to speech, but also download audio with a single click.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Text to Speech Converter and Downloader-udvidelses-CRX-fil

Download Text to Speech Converter and Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Text to Speech Converter and Downloader Text to Speech Converter and Downloader
ID bdajglkhfcokpdjdhccjaamkdpniemoh
Officiel URL https://chrome.google.com/webstore/detail/text-to-speech-converter/bdajglkhfcokpdjdhccjaamkdpniemoh
Beskrivelse It helps you not only convert text to speech, but also download audio with a single click.
Filstørrelse 50.65 KB
Antal Installationer 1,000
Nuværende Version 1.4
Senest Opdateret 2021-01-03
Udgivelsesdato 2018-02-03
Bedømmelse 3.73/5 Samlet 11 Bedømmelser
Udvikler https://www.freetranslations.org
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.freetranslations.org/text-to-speech.html
Hjælpeside-URL https://www.freetranslations.org/contact-us.php
Understøttede Sprog 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"
    }
}