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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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 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"
    }
}