Speech-to-text-Ex

Extension that transcribe youtube video in real time

Speech-to-text-Ex là gì?

Speech-to-text-Ex là một tiện ích mở rộng Chrome được phát triển bởi rivkib211, và tính năng chính của nó là "Extension that transcribe youtube video in real time".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Speech-to-text-Ex

Tải xuống các tệp mở rộng Speech-to-text-Ex dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Speech-to-text-Ex Speech-to-text-Ex
ID acjjhceolpdlgfjbgfipocjibefdgpdl
URL Chính Thức https://chromewebstore.google.com/detail/speech-to-text-ex/acjjhceolpdlgfjbgfipocjibefdgpdl
Mô tả Extension that transcribe youtube video in real time
Kích Thước Tệp 1.24 MB
Số Lần Cài Đặt 16
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2022-01-10
Ngày Phát Hành 2022-01-04
Nhà Phát Triển rivkib211
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}