HTML5 Web Speech Recognition
This project is using HTML5 Web Speech Recognition API which can translate your speech to text.
What is HTML5 Web Speech Recognition?
HTML5 Web Speech Recognition is a Chrome extension developed by https://hkgoldenmra.blogspot.com, and its main feature is "This project is using HTML5 Web Speech Recognition API which can translate your speech to text.".
Extension Screenshots
Download HTML5 Web Speech Recognition Extension CRX File
Download HTML5 Web Speech Recognition extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This project depends on Google Speech-to-Text Engine and Service, and make sure your network is available connected to Google.
Extension Basic Information
Name | HTML5 Web Speech Recognition |
ID | mlpjjoplnoinecilgblimdnjiijbigef |
Official URL | https://chromewebstore.google.com/detail/html5-web-speech-recognit/mlpjjoplnoinecilgblimdnjiijbigef |
Description | This project is using HTML5 Web Speech Recognition API which can translate your speech to text. |
File Size | 17.36 KB |
Installation Count | 225 |
Current Version | 0.0.10 |
Last Updated | 2019-07-20 |
Publish Date | 2019-07-20 |
Rating | 4.50/5 Total 2 Ratings |
Developer | https://hkgoldenmra.blogspot.com |
[email protected] | |
Payment Type | free |
Extension Website | https://bitbucket.org/hkgoldenmra/hkgoldenmra.bitbucket.io/src/master/html5-web-speech-recognition/ |
Help Page URL | https://hkgoldenmra.blogspot.com/2018/12/html5-web-speech-api.html |
Supported Languages | 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\/" ] } |