DeepL Translator

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

What is DeepL Translator?

DeepL Translator is a Chrome extension developed by Chris Lo, and its main feature is "Hover over highlighted sentences and words to translate them with DeepL.".

Extension Screenshots

screenshot
screenshot

Download DeepL Translator Extension CRX File

Download DeepL Translator 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

                        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.                    

Extension Basic Information

Name DeepL Translator DeepL Translator
ID kgljlkdpcelbbmdfilomhgjaaefofkfh
Official URL https://chrome.google.com/webstore/detail/deepl-translator/kgljlkdpcelbbmdfilomhgjaaefofkfh
Description Hover over highlighted sentences and words to translate them with DeepL.
File Size 168 KB
Installation Count 11,889
Current Version 0.0.7
Last Updated 2021-05-01
Publish Date 2021-01-19
Rating 3.33/5 Total 15 Ratings
Developer Chris Lo
Email [email protected]
Payment Type free
Extension Website https://chrislo.ca/deepl
Privacy Policy Page URL https://codeforthought.com/privacy
Supported Languages 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"
    ]
}