Speech-to-text-Ex
Extension that transcribe youtube video in real time
Qu'est-ce que Speech-to-text-Ex ?
Speech-to-text-Ex est une extension Chrome développée par rivkib211, et sa fonction principale est "Extension that transcribe youtube video in real time".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Speech-to-text-Ex
Téléchargez les fichiers d'extension Speech-to-text-Ex au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Speech-to-text-Ex |
ID | acjjhceolpdlgfjbgfipocjibefdgpdl |
URL Officiel | https://chromewebstore.google.com/detail/speech-to-text-ex/acjjhceolpdlgfjbgfipocjibefdgpdl |
Description | Extension that transcribe youtube video in real time |
Taille du Fichier | 1.24 MB |
Nombre d'Installations | 16 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2022-01-10 |
Date de Publication | 2022-01-04 |
Développeur | rivkib211 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |