Speech-to-text-Ex
Extension that transcribe youtube video in real time
Co to jest Speech-to-text-Ex?
Speech-to-text-Ex to rozszerzenie Chrome opracowane przez rivkib211, a jego główną funkcją jest „Extension that transcribe youtube video in real time”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Speech-to-text-Ex
Pobierz pliki rozszerzeń Speech-to-text-Ex 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
this extension help you understand the youtube videos that have'nt subtitles for Hebrew or all another language. All you have to do is click and the corresponding transcription for the current second will appear according to the video tempo in Hebrew
Podstawowe informacje o rozszerzeniu
Nazwa | Speech-to-text-Ex |
ID | acjjhceolpdlgfjbgfipocjibefdgpdl |
Oficjalny URL | https://chromewebstore.google.com/detail/speech-to-text-ex/acjjhceolpdlgfjbgfipocjibefdgpdl |
Opis | Extension that transcribe youtube video in real time |
Rozmiar pliku | 1.24 MB |
Liczba instalacji | 16 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2022-01-10 |
Data Publikacji | 2022-01-04 |
Deweloper | rivkib211 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Speech-to-text-Ex", "version": "1.2", "description": "Extension that transcribe youtube video in real time", "manifest_version": 2, "permissions": [ "activeTab", "webNavigation", "tabs" ], "background": { "scripts": [ "background.js", "runtime.js" ] }, "page_action": { "default_popup": "index.html", "default_icon": "icon.png" } } |