Speech-to-text-Ex
Extension that transcribe youtube video in real time
O que é Speech-to-text-Ex?
Speech-to-text-Ex é uma extensão do Chrome desenvolvida por rivkib211, e sua principal característica é "Extension that transcribe youtube video in real time".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Speech-to-text-Ex
Baixe arquivos de extensão Speech-to-text-Ex no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Speech-to-text-Ex |
ID | acjjhceolpdlgfjbgfipocjibefdgpdl |
URL Oficial | https://chromewebstore.google.com/detail/speech-to-text-ex/acjjhceolpdlgfjbgfipocjibefdgpdl |
Descrição | Extension that transcribe youtube video in real time |
Tamanho do Arquivo | 1.24 MB |
Contagem de Instalações | 16 |
Versão Atual | 1.2 |
Última Atualização | 2022-01-10 |
Data de Publicação | 2022-01-04 |
Desenvolvedor | rivkib211 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |