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

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

Qu'est-ce que 联想语音-音视频翻译、辅助语言学习、追剧好帮手 ?

联想语音-音视频翻译、辅助语言学习、追剧好帮手 est une extension Chrome développée par Lenovo, et sa fonction principale est "看视频听音频时可提供实时翻译字幕,由联想语音小组提供。".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension 联想语音-音视频翻译、辅助语言学习、追剧好帮手

Téléchargez les fichiers d'extension 联想语音-音视频翻译、辅助语言学习、追剧好帮手 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom 联想语音-音视频翻译、辅助语言学习、追剧好帮手 联想语音-音视频翻译、辅助语言学习、追剧好帮手
ID aalekkcehaiinnegckolngodogalghfl
URL Officiel 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 看视频听音频时可提供实时翻译字幕,由联想语音小组提供。
Taille du Fichier 136 KB
Nombre d'Installations 90,000
Version Actuelle 1.6.2
Dernière Mise à Jour 2022-11-24
Date de Publication 2021-06-08
Évaluation 2.30/5 Total 30 Évaluations
Développeur Lenovo
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}