DeepL Translator

Hover over highlighted sentences and words to translate them with DeepL.

什么是DeepL Translator?

DeepL Translator是由Chris Lo开发的Chrome扩展程序,该扩展的主要功能是“Hover over highlighted sentences and words to translate them with DeepL.”。

扩展截图

screenshot
screenshot

下载DeepL Translator扩展crx文件

下载DeepL Translator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The extension will expedite transferring text highlighted in your current browser tab to a background tab running DeepL's powerful and accurate translation tool. The results are then displayed above the highlighted text. The source and destination languages can be preset via the extension's settings.                    

扩展基本信息

名称 DeepL Translator DeepL Translator
ID kgljlkdpcelbbmdfilomhgjaaefofkfh
官方URL https://chrome.google.com/webstore/detail/deepl-translator/kgljlkdpcelbbmdfilomhgjaaefofkfh
简介 Hover over highlighted sentences and words to translate them with DeepL.
文件大小 168 KB
安装次数 11,889
当前版本 0.0.7
更新时间 2021-05-01
上架时间 2021-01-19
评分 3.33/5 共15次评分
开发者 Chris Lo
电子邮箱 [email protected]
付费类型 free
扩展官网 https://chrislo.ca/deepl
隐私政策页面URL https://codeforthought.com/privacy
支持的语言 de,en,fr,nl,da,et,es,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,bg,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.0.7",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/chrislo.ca\/deepl",
    "manifest_version": 2,
    "default_locale": "en",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "deepl-background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "deepl-bridge.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "deepl-page.js",
        "deepl-translator.js",
        "deepl-loading.gif"
    ]
}