译牛云实时字幕插件

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

Vad är 译牛云实时字幕插件?

译牛云实时字幕插件 är en Chrome-tillägg utvecklad av https://home.enewie.com, och dess huvudfunktion är "The plug-in can achieve voice recognition, machine translation, and other functions, which is very convenient for daily use.".

Tilläggsskärmbilder

screenshot

Ladda ner 译牛云实时字幕插件-förlängningens CRX-fil

Ladda ner 译牛云实时字幕插件-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn 译牛云实时字幕插件 译牛云实时字幕插件
ID lhnmlndglclegompodlkifbmkhedoing
Officiell webbadress 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
Beskrivning The plug-in can achieve voice recognition, machine translation, and other functions, which is very convenient for daily use.
Filstorlek 542 KB
Antal Installationer 2,214
Aktuell Version 1.0.0.3
Senast Uppdaterad 2023-03-23
Publiceringsdatum 2023-03-15
Betyg 3.40/5 Totalt 5 Betyg
Utvecklare https://home.enewie.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://www.enewie.com/_files/crx_privacy.pdf
Stödda Språk 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"
}