Text to Speech Converter and Downloader

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

O que é Text to Speech Converter and Downloader?

Text to Speech Converter and Downloader é uma extensão do Chrome desenvolvida por https://www.freetranslations.org, e sua principal característica é "It helps you not only convert text to speech, but also download audio with a single click.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Text to Speech Converter and Downloader

Baixe arquivos de extensão Text to Speech Converter and Downloader no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Text to Speech Converter and Downloader Text to Speech Converter and Downloader
ID bdajglkhfcokpdjdhccjaamkdpniemoh
URL Oficial https://chrome.google.com/webstore/detail/text-to-speech-converter/bdajglkhfcokpdjdhccjaamkdpniemoh
Descrição It helps you not only convert text to speech, but also download audio with a single click.
Tamanho do Arquivo 50.65 KB
Contagem de Instalações 1,000
Versão Atual 1.4
Última Atualização 2021-01-03
Data de Publicação 2018-02-03
Classificação 3.73/5 Total de 11 Avaliações
Desenvolvedor https://www.freetranslations.org
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.freetranslations.org/text-to-speech.html
URL da Página de Ajuda https://www.freetranslations.org/contact-us.php
Idiomas Suportados 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"
    }
}