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