Text to Speech
Speak the Text provided in input field
O que é Text to Speech?
Text to Speech é uma extensão do Chrome desenvolvida por ankitkaura79, e sua principal característica é "Speak the Text provided in input field".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Text to Speech
Baixe arquivos de extensão Text to Speech 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
A Simple text reader that takes text as input and speak in language selected from the dropdown.You can pause the speech by clicking on pause button and resume by clicking back on play button.
Informações Básicas da Extensão
Nome | Text to Speech |
ID | jigbklldfboaonapajdmkoaaanahlihb |
URL Oficial | https://chromewebstore.google.com/detail/text-to-speech/jigbklldfboaonapajdmkoaaanahlihb |
Descrição | Speak the Text provided in input field |
Tamanho do Arquivo | 942 KB |
Contagem de Instalações | 116 |
Versão Atual | 1.0.0 |
Última Atualização | 2021-03-19 |
Data de Publicação | 2021-03-19 |
Desenvolvedor | ankitkaura79 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Text to Speech", "description": "Speak the Text provided in input field", "version": "1.0.0", "icons": { "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" } } |