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 |
公式URL | 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 |
Eメール | [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" } } |