Speech-to-text-Ex
Extension that transcribe youtube video in real time
Apa itu Speech-to-text-Ex?
Speech-to-text-Ex adalah ekstensi Chrome yang dikembangkan oleh rivkib211, dan fitur utamanya adalah "Extension that transcribe youtube video in real time".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Speech-to-text-Ex
Unduh file ekstensi Speech-to-text-Ex dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Speech-to-text-Ex |
ID | acjjhceolpdlgfjbgfipocjibefdgpdl |
URL Resmi | https://chromewebstore.google.com/detail/speech-to-text-ex/acjjhceolpdlgfjbgfipocjibefdgpdl |
Deskripsi | Extension that transcribe youtube video in real time |
Ukuran File | 1.24 MB |
Jumlah Instalasi | 16 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2022-01-10 |
Tanggal Publikasi | 2022-01-04 |
Pengembang | rivkib211 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |