译牛云实时字幕插件

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

译牛云实时字幕插件คืออะไร?

译牛云实时字幕插件 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://home.enewie.com และคุณลักษณะหลักของมันคือ "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
อีเมล [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"
}