Speak
Speak lets you use speech-to-text to provide live captions for presentations
Co to jest Speak?
Speak to rozszerzenie Chrome opracowane przez charlie.a.gerard, a jego główną funkcją jest „Speak lets you use speech-to-text to provide live captions for presentations”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Speak
Pobierz pliki rozszerzeń Speak w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kafbpkaodnkapgalobfodcpbioffcngc |
| Oficjalny URL | https://chromewebstore.google.com/detail/speak/kafbpkaodnkapgalobfodcpbioffcngc |
| Opis | Speak lets you use speech-to-text to provide live captions for presentations |
| Rozmiar pliku | 19.16 KB |
| Liczba instalacji | 888 |
| Aktualna Wersja | 4 |
| Ostatnia Aktualizacja | 2018-11-18 |
| Data Publikacji | 2018-11-15 |
| Ocena | 3.00/5 Łącznie 1 Oceny |
| Deweloper | charlie.a.gerard |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/charliegerard/extension |
| Obsługiwane Języki | 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": [
" | |