Speech-to-text-Ex
Extension that transcribe youtube video in real time
Что такое Speech-to-text-Ex?
Speech-to-text-Ex - это расширение Chrome, разработанное rivkib211, и его основная функция - "Extension that transcribe youtube video in real time".
Снимки экрана расширения
Скачать файл CRX расширения Speech-to-text-Ex
Скачайте файлы расширений Speech-to-text-Ex в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | Speech-to-text-Ex |
ID | acjjhceolpdlgfjbgfipocjibefdgpdl |
Официальный URL | https://chromewebstore.google.com/detail/speech-to-text-ex/acjjhceolpdlgfjbgfipocjibefdgpdl |
Описание | Extension that transcribe youtube video in real time |
Размер файла | 1.24 MB |
Количество установок | 16 |
Текущая Версия | 1.2 |
Последнее Обновление | 2022-01-10 |
Дата публикации | 2022-01-04 |
Разработчик | rivkib211 |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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" } } |