Speech-to-text-Ex

Extension that transcribe youtube video in real time

Speech-to-text-Exとは何ですか?

Speech-to-text-Exはrivkib211によって開発されたChromeの拡張機能で、その主な機能は「Extension that transcribe youtube video in real time」です。

拡張機能のスクリーンショット

screenshot

Speech-to-text-Ex拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}