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. 擴展基本資訊
| 名稱 | |
| ID | mlpjjoplnoinecilgblimdnjiijbigef |
| 官方網址 | 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 |
| 電子郵箱 | [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\/"
]
} | |