译牛云实时字幕插件

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
官方網址 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
電子郵箱 [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"
}