Text speaker
Pronounce selected text
O que é Text speaker?
Text speaker é uma extensão do Chrome desenvolvida por Aliaksei Kirpichenka, e sua principal característica é "Pronounce selected text".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Text speaker
Baixe arquivos de extensão Text speaker 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
The extension is designed to pronounce selected text, which can be helpful to people who struggles with eyesight, read small-size text, doing 2 deals at the same time (like listening some text and writing email). You would need to: - select text you want to pronounce - put your mouth in this area - right click - Pronounce If you want to stop speech, you can do it at anytime by right-clicking on any other place (except selected area) > Stop speech Additional functionalities that are available: change voices (that are available for your operating system), adjust enqueue, pitch, rate and volume.
Informações Básicas da Extensão
Nome | Text speaker |
ID | gcddknjhchnhegfnekbokipolcncpemi |
URL Oficial | https://chromewebstore.google.com/detail/text-speaker/gcddknjhchnhegfnekbokipolcncpemi |
Descrição | Pronounce selected text |
Tamanho do Arquivo | 50.08 KB |
Contagem de Instalações | 267 |
Versão Atual | 1.0 |
Última Atualização | 2022-05-04 |
Data de Publicação | 2022-05-03 |
Desenvolvedor | Aliaksei Kirpichenka |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Text speaker", "description": "Pronounce selected text", "version": "1.0", "action": { "default_popup": "popup.html" }, "icons": { "16": "\/icons\/16.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "tts", "storage", "contextMenus" ] } |