TTS
Make the browser speak!
O que é TTS?
TTS é uma extensão do Chrome desenvolvida por Calvin, e sua principal característica é "Make the browser speak!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TTS
Baixe arquivos de extensão TTS 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
Type/paste in any text and have Chrome read it out for you. Update 29/06/16 V1.1: You can now select text on a web page > right click > say this Update 10/01/17 V1.2: Added options to the popup in the toolbar (click the icon) and fixed a bug when reading long pieces of text
Informações Básicas da Extensão
Nome | TTS |
ID | aigmpafmfnefdcdhmkoeboglhbdocohd |
URL Oficial | https://chromewebstore.google.com/detail/tts/aigmpafmfnefdcdhmkoeboglhbdocohd |
Descrição | Make the browser speak! |
Tamanho do Arquivo | 10.46 KB |
Contagem de Instalações | 579 |
Versão Atual | 1.2 |
Última Atualização | 2017-04-17 |
Data de Publicação | 2017-04-17 |
Classificação | 3.88/5 Total de 16 Avaliações |
Desenvolvedor | Calvin |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TTS", "description": "Make the browser speak!", "version": "1.2", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tts", "contextMenus" ] } |