HTML5 Web Speech Recognition
This project is using HTML5 Web Speech Recognition API which can translate your speech to text.
HTML5 Web Speech Recognitionとは何ですか?
HTML5 Web Speech Recognitionはhttps://hkgoldenmra.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「This project is using HTML5 Web Speech Recognition API which can translate your speech to text.」です。
拡張機能のスクリーンショット
HTML5 Web Speech Recognition拡張機能のCRXファイルをダウンロード
HTML5 Web Speech Recognition拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This project depends on Google Speech-to-Text Engine and Service, and make sure your network is available connected to Google.
拡張機能の基本情報
名前 | HTML5 Web Speech Recognition |
ID | mlpjjoplnoinecilgblimdnjiijbigef |
公式URL | https://chromewebstore.google.com/detail/html5-web-speech-recognit/mlpjjoplnoinecilgblimdnjiijbigef |
説明 | This project is using HTML5 Web Speech Recognition API which can translate your speech to text. |
ファイルサイズ | 17.36 KB |
インストール数 | 225 |
現在のバージョン | 0.0.10 |
最終更新日 | 2019-07-20 |
公開日 | 2019-07-20 |
評価 | 4.50/5 合計 2 レビュー |
開発者 | https://hkgoldenmra.blogspot.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://bitbucket.org/hkgoldenmra/hkgoldenmra.bitbucket.io/src/master/html5-web-speech-recognition/ |
ヘルプページのURL | https://hkgoldenmra.blogspot.com/2018/12/html5-web-speech-api.html |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HTML5 Web Speech Recognition", "version": "0.0.10", "description": "This project is using HTML5 Web Speech Recognition API which can translate your speech to text.", "homepage_url": "https:\/\/bitbucket.org\/hkgoldenmra\/hkgoldenmra.bitbucket.io\/src\/master\/html5-web-speech-recognition\/", "icons": { "128": "logo\/128.png" }, "browser_action": { "default_icon": "logo\/128.png", "default_title": "Open HTML5 Web Speech Recognition" }, "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "permissions": [ "https:\/\/translate.google.com\/" ] } |