Tamil TTS Engine
Chrome Tamil TTS Engine powered by SSN Speech Lab
什麼是Tamil TTS Engine?
Tamil TTS Engine是由Ashwanth Kumar開發的Chrome擴展程式,該擴展的主要功能是“Chrome Tamil TTS Engine powered by SSN Speech Lab”。
擴展截圖
下載Tamil TTS Engine擴展crx文件
下載Tamil TTS Engine擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | lhalpilfkeekaipkffoocpdfponpojob |
官方網址 | https://chrome.google.com/webstore/detail/tamil-tts-engine/lhalpilfkeekaipkffoocpdfponpojob |
簡介 | Chrome Tamil TTS Engine powered by SSN Speech Lab |
檔案大小 | 42 KB |
安裝次數 | 363 |
目前版本 | 1.1 |
更新時間 | 2015-10-18 |
上架時間 | 2015-10-18 |
評分 | 3.80/5 共 5 次評分 |
開發者 | Ashwanth Kumar |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://blog.ashwanthkumar.in/2015/10/chrome-tamil-tts-engine-powered-by-ssn.html |
說明頁面URL | http://blog.ashwanthkumar.in/2015/10/chrome-tamil-tts-engine-powered-by-ssn.html |
支援的語言 | 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" } } |