Tamil TTS Engine
Chrome Tamil TTS Engine powered by SSN Speech Lab
O que é Tamil TTS Engine?
Tamil TTS Engine é uma extensão do Chrome desenvolvida por Ashwanth Kumar, e sua principal característica é "Chrome Tamil TTS Engine powered by SSN Speech Lab".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tamil TTS Engine
Baixe arquivos de extensão Tamil TTS Engine 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
Tamil TTS Engine - powered by http://www.ssn.edu.in/Speech_Lab/Speech_home.html. More Info - http://blog.ashwanthkumar.in/2015/10/chrome-tamil-tts-engine-powered-by-ssn.html CHANGELOG - Moved away from WebAPI to HTML5 Audo - Now we stream encoded MP3 instead of WAV - lesser file sizes and faster synthesis.
Informações Básicas da Extensão
Nome | |
ID | lhalpilfkeekaipkffoocpdfponpojob |
URL Oficial | https://chrome.google.com/webstore/detail/tamil-tts-engine/lhalpilfkeekaipkffoocpdfponpojob |
Descrição | Chrome Tamil TTS Engine powered by SSN Speech Lab |
Tamanho do Arquivo | 42 KB |
Contagem de Instalações | 363 |
Versão Atual | 1.1 |
Última Atualização | 2015-10-18 |
Data de Publicação | 2015-10-18 |
Classificação | 3.80/5 Total de 5 Avaliações |
Desenvolvedor | Ashwanth Kumar |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://blog.ashwanthkumar.in/2015/10/chrome-tamil-tts-engine-powered-by-ssn.html |
URL da Página de Ajuda | http://blog.ashwanthkumar.in/2015/10/chrome-tamil-tts-engine-powered-by-ssn.html |
Idiomas Suportados | ta |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tamil TTS Engine", "description": "Chrome Tamil TTS Engine powered by SSN Speech Lab", "version": "1.1", "permissions": [ "ttsEngine", "contextMenus", "tabs", "tts", "http:\/\/*\/*", "https:\/\/*\/*" ], "tts_engine": { "voices": [ { "voice_name": "Radhae", "lang": "ta-IN", "gender": "female", "event_types": [ "start", "end" ] }, { "voice_name": "Krishna", "lang": "ta-IN", "gender": "male", "event_types": [ "start", "end" ] } ] }, "background": { "scripts": [ "engine.js", "jquery-1.11.0.min.js" ] }, "icons": { "128": "images\/speaker_128.png", "64": "images\/speaker_64.png" } } |