Speech-to-text-Ex
Extension that transcribe youtube video in real time
Cos'è Speech-to-text-Ex?
Speech-to-text-Ex è un'estensione di Chrome sviluppata da rivkib211, e la sua funzione principale è "Extension that transcribe youtube video in real time".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Speech-to-text-Ex
Scarica i file di estensione Speech-to-text-Ex in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Speech-to-text-Ex |
ID | acjjhceolpdlgfjbgfipocjibefdgpdl |
URL Ufficiale | https://chromewebstore.google.com/detail/speech-to-text-ex/acjjhceolpdlgfjbgfipocjibefdgpdl |
Descrizione | Extension that transcribe youtube video in real time |
Dimensione del File | 1.24 MB |
Conteggio Installazioni | 16 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2022-01-10 |
Data di Pubblicazione | 2022-01-04 |
Sviluppatore | rivkib211 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |