Speech-to-text-Ex
Extension that transcribe youtube video in real time
Wat is Speech-to-text-Ex?
Speech-to-text-Ex is een Chrome-extensie ontwikkeld door rivkib211, en de belangrijkste functie is "Extension that transcribe youtube video in real time".
Extensie Screenshots
Download het CRX-bestand van de extensie Speech-to-text-Ex
Download Speech-to-text-Ex-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Speech-to-text-Ex |
ID | acjjhceolpdlgfjbgfipocjibefdgpdl |
Officiële URL | https://chromewebstore.google.com/detail/speech-to-text-ex/acjjhceolpdlgfjbgfipocjibefdgpdl |
Beschrijving | Extension that transcribe youtube video in real time |
Bestandsgrootte | 1.24 MB |
Aantal Installaties | 16 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2022-01-10 |
Publicatiedatum | 2022-01-04 |
Ontwikkelaar | rivkib211 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |