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".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Speech-to-text-Ex

قم بتنزيل ملفات الامتداد Speech-to-text-Ex بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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 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"
    }
}