Speech-to-text-Ex

Extension that transcribe youtube video in real time

¿Qué es Speech-to-text-Ex?

Speech-to-text-Ex es una extensión de Chrome desarrollada por rivkib211, y su función principal es "Extension that transcribe youtube video in real time".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Speech-to-text-Ex

Descarga archivos de extensión Speech-to-text-Ex en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Speech-to-text-Ex Speech-to-text-Ex
ID acjjhceolpdlgfjbgfipocjibefdgpdl
URL Oficial https://chromewebstore.google.com/detail/speech-to-text-ex/acjjhceolpdlgfjbgfipocjibefdgpdl
Descripción Extension that transcribe youtube video in real time
Tamaño del Archivo 1.24 MB
Cantidad de Instalaciones 16
Versión Actual 1.2
Última Actualización 2022-01-10
Fecha de Publicación 2022-01-04
Desarrollador rivkib211
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}