联想语音-音视频翻译、辅助语言学习、追剧好帮手

看视频听音频时可提供实时翻译字幕,由联想语音小组提供。

What is 联想语音-音视频翻译、辅助语言学习、追剧好帮手?

联想语音-音视频翻译、辅助语言学习、追剧好帮手 is a Chrome extension developed by Lenovo, and its main feature is "看视频听音频时可提供实时翻译字幕,由联想语音小组提供。".

Extension Screenshots

screenshot
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

                        联想语音字幕插件--追英剧,追美剧,“生肉”啃不动?熬夜等发布会但是听不懂?我们来帮您,实时翻译,生成电影级字幕,字号可调节,多种字体颜色可选,从此追剧,英语学习无压力。
联系我们:[email protected]                    

Extension Basic Information

Name 联想语音-音视频翻译、辅助语言学习、追剧好帮手 联想语音-音视频翻译、辅助语言学习、追剧好帮手
ID aalekkcehaiinnegckolngodogalghfl
Official URL https://chromewebstore.google.com/detail/%E8%81%94%E6%83%B3%E8%AF%AD%E9%9F%B3-%E9%9F%B3%E8%A7%86%E9%A2%91%E7%BF%BB%E8%AF%91%E3%80%81%E8%BE%85%E5%8A%A9%E8%AF%AD%E8%A8%80%E5%AD%A6%E4%B9%A0%E3%80%81%E8%BF%BD%E5%89%A7%E5%A5%BD%E5%B8%AE%E6%89%8B/aalekkcehaiinnegckolngodogalghfl
Description 看视频听音频时可提供实时翻译字幕,由联想语音小组提供。
File Size 136 KB
Installation Count 90,000
Current Version 1.6.2
Last Updated 2022-11-24
Publish Date 2021-06-08
Rating 2.30/5 Total 30 Ratings
Developer Lenovo
Email [email protected]
Payment Type free
Supported Languages zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            ".\/js\/jquery-3.5.1.min.js",
            ".\/js\/jssdk.js",
            ".\/js\/storage.js",
            ".\/js\/toast_msg.js",
            ".\/js\/LUDP_constants.js",
            ".\/js\/avatar.js",
            ".\/js\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": ".\/img\/logo.png",
        "default_title": "__MSG_title__"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Q",
                "mac": "MacCtrl+Q"
            },
            "description": ""
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/notify.js",
                "js\/toast_first.js",
                "js\/toast_ad.js",
                "js\/whitelist.js",
                "js\/public.js"
            ],
            "css": [
                "css\/custom.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage",
        "tabCapture"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' 'unsafe-eval'",
    "web_accessible_resources": [
        "img\/*.png",
        "imgs\/*.jpg"
    ],
    "default_locale": "zh_CN",
    "description": "__MSG_extdesc__",
    "homepage_url": "https:\/\/smart.lenovo.com.cn\/musichtml\/extensions\/introduce\/index.html",
    "options_page": ".\/html\/options.html",
    "icons": {
        "19": ".\/img\/logo.png",
        "128": ".\/img\/logo.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/smart.lenovo.com.cn\/*"
        ]
    },
    "manifest_version": 2,
    "name": "__MSG_extname__",
    "version": "1.6.2"
}