Speak
Speak lets you use speech-to-text to provide live captions for presentations
什麼是Speak?
Speak是由charlie.a.gerard開發的Chrome擴展程式,該擴展的主要功能是“Speak lets you use speech-to-text to provide live captions for presentations”。
擴展截圖
下載Speak擴展crx文件
下載Speak擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Speak is a Chrome extension using the Speech Recognition API to provide a speech-to-text interface as an overlay on a website.
The main goal is to allow people to make their presentations more accessible for the deaf and hard-of-hearing.
It currently works with mdx-deck, reveal.js and spectacle. 擴展基本資訊
| 名稱 | |
| ID | kafbpkaodnkapgalobfodcpbioffcngc |
| 官方網址 | https://chromewebstore.google.com/detail/speak/kafbpkaodnkapgalobfodcpbioffcngc |
| 簡介 | Speak lets you use speech-to-text to provide live captions for presentations |
| 檔案大小 | 19.16 KB |
| 安裝次數 | 888 |
| 目前版本 | 4 |
| 更新時間 | 2018-11-18 |
| 上架時間 | 2018-11-15 |
| 評分 | 3.00/5 共 1 次評分 |
| 開發者 | charlie.a.gerard |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/charliegerard/extension |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Speak",
"description": "Speak lets you use speech-to-text to provide live captions for presentations",
"version": "4",
"author": "Charlie Gerard",
"short_name": "Speak",
"browser_action": {
"default_icon": "caption.png",
"default_title": "Speak",
"default_popup": "popup.html"
},
"icons": {
"16": "caption16.png",
"48": "caption48.png",
"128": "caption128.png"
},
"minimum_chrome_version": "25",
"permissions": [
"activeTab"
],
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
" | |