译牛云实时字幕插件

The plug-in can achieve voice recognition, machine translation, and other functions, which is very convenient for daily use.

译牛云实时字幕插件とは何ですか?

译牛云实时字幕插件はhttps://home.enewie.comによって開発されたChromeの拡張機能で、その主な機能は「The plug-in can achieve voice recognition, machine translation, and other functions, which is very convenient for daily use.」です。

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

screenshot

译牛云实时字幕插件拡張機能のCRXファイルをダウンロード

译牛云实时字幕插件拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        译牛云实时字幕插件是由译牛科技独家设计的实时提供在线音视频字幕生成、翻译功能的扩展程序。
此扩展程序会在您的浏览器工具栏中添加一个按钮,每当您想实时生成、翻译您正在访问页面音视频的字幕时,请单击翻译图标进行翻译。
本插件可为您提供:
• 包括中文、英文、日语、韩语、等十几种语言
• 听写您指定网页上的音视频内容,生成字幕
• 自动翻译您指定网页上的音视频内容生成的字幕
• 可调整的字幕区域位置及大小
• 为您提供整个音视频的速记下载
• 为您提供字幕投屏功能,可将字幕单独投屏到其他显示器
您用户也可登录我们的官网了解更多译牛产品(www.enewie.com)。



The eNewie Cloud real-time subtitle plug-in is an extension program exclusively designed by eNewie Technology to provide real-time online audio and video subtitle generation and translation functions.
This extension will add a button to your browser toolbar, whenever you want to generate and translate subtitles in real time for the audio or video of the page you are visiting, click the translate icon to translate.
This plugin gives you:
• Including Chinese, English, Japanese, Korean, and more than a dozen languages
• Dictate the audio and video content on the webpage you specify, and generate subtitles
• Automatically translate the subtitles generated by the audio and video content on the webpage you specify
• Adjustable subtitle area position and size
• Provide you with shorthand download of the entire audio and video
• Provide you with subtitle projection function, which can independently project subtitles to other monitors
You can also visit our official website to learn more about eNewie products (www.enewie.com).                    

拡張機能の基本情報

名前 译牛云实时字幕插件 译牛云实时字幕插件
ID lhnmlndglclegompodlkifbmkhedoing
公式URL https://chromewebstore.google.com/detail/%E8%AF%91%E7%89%9B%E4%BA%91%E5%AE%9E%E6%97%B6%E5%AD%97%E5%B9%95%E6%8F%92%E4%BB%B6/lhnmlndglclegompodlkifbmkhedoing
説明 The plug-in can achieve voice recognition, machine translation, and other functions, which is very convenient for daily use.
ファイルサイズ 542 KB
インストール数 2,214
現在のバージョン 1.0.0.3
最終更新日 2023-03-23
公開日 2023-03-15
評価 3.40/5 合計 5 レビュー
開発者 https://home.enewie.com
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://www.enewie.com/_files/crx_privacy.pdf
対応言語 zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u8bd1\u725b\u4e91\u5b9e\u65f6\u5b57\u5e55\u63d2\u4ef6",
    "description": "The plug-in can achieve voice recognition, machine translation, and other functions, which is very convenient for daily use.",
    "version": "1.0.0.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_title": "eNewie-Cloud-Plugin",
        "default_icon": {
            "16": "assets\/images\/16.png",
            "32": "assets\/images\/32.png",
            "48": "assets\/images\/48.png",
            "128": "assets\/images\/128.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "tabCapture",
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "assets\/images\/16.png",
        "32": "assets\/images\/32.png",
        "48": "assets\/images\/48.png",
        "128": "assets\/images\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content.js",
                "js\/chunk-vendors.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "host_permissions": [
        ""
    ],
    "options_page": "options.html"
}