Speech-to-text-Ex
Extension that transcribe youtube video in real time
Was ist Speech-to-text-Ex?
Speech-to-text-Ex ist eine Chrome-Erweiterung, die von rivkib211 entwickelt wurde, und ihr Hauptmerkmal ist "Extension that transcribe youtube video in real time".
Erweiterungsscreenshots
Speech-to-text-Ex-Erweiterungs-CRX-Datei herunterladen
Laden Sie Speech-to-text-Ex-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Speech-to-text-Ex |
ID | acjjhceolpdlgfjbgfipocjibefdgpdl |
Offizielle URL | https://chromewebstore.google.com/detail/speech-to-text-ex/acjjhceolpdlgfjbgfipocjibefdgpdl |
Beschreibung | Extension that transcribe youtube video in real time |
Dateigröße | 1.24 MB |
Installationsanzahl | 16 |
Aktuelle Version | 1.2 |
Letztes Update | 2022-01-10 |
Veröffentlichungsdatum | 2022-01-04 |
Entwickler | rivkib211 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |