Text to Speech Converter and Downloader

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

Co to jest Text to Speech Converter and Downloader?

Text to Speech Converter and Downloader to rozszerzenie Chrome opracowane przez https://www.freetranslations.org, a jego główną funkcją jest „It helps you not only convert text to speech, but also download audio with a single click.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Text to Speech Converter and Downloader

Pobierz pliki rozszerzeń Text to Speech Converter and Downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Text to Speech Converter and Downloader Text to Speech Converter and Downloader
ID bdajglkhfcokpdjdhccjaamkdpniemoh
Oficjalny URL https://chrome.google.com/webstore/detail/text-to-speech-converter/bdajglkhfcokpdjdhccjaamkdpniemoh
Opis It helps you not only convert text to speech, but also download audio with a single click.
Rozmiar pliku 50.65 KB
Liczba instalacji 1,000
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2021-01-03
Data Publikacji 2018-02-03
Ocena 3.73/5 Łącznie 11 Oceny
Deweloper https://www.freetranslations.org
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.freetranslations.org/text-to-speech.html
Adres URL Strony Pomocy https://www.freetranslations.org/contact-us.php
Obsługiwane Języki 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"
    }
}