译牛云实时字幕插件

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

What is 译牛云实时字幕插件?

译牛云实时字幕插件 is a Chrome extension developed by https://home.enewie.com, and its main feature is "The plug-in can achieve voice recognition, machine translation, and other functions, which is very convenient for daily use.".

Extension Screenshots

screenshot

Download 译牛云实时字幕插件 Extension CRX File

Download 译牛云实时字幕插件 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name 译牛云实时字幕插件 译牛云实时字幕插件
ID lhnmlndglclegompodlkifbmkhedoing
Official 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
Description The plug-in can achieve voice recognition, machine translation, and other functions, which is very convenient for daily use.
File Size 542 KB
Installation Count 2,214
Current Version 1.0.0.3
Last Updated 2023-03-23
Publish Date 2023-03-15
Rating 3.40/5 Total 5 Ratings
Developer https://home.enewie.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.enewie.com/_files/crx_privacy.pdf
Supported Languages 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"
}