DeepL Translator Plus

This plugin enables fast translations using deepl.com.

What is DeepL Translator Plus?

DeepL Translator Plus is a Chrome extension developed by sapkra, and its main feature is "This plugin enables fast translations using deepl.com.".

Extension Screenshots

screenshot

Download DeepL Translator Plus Extension CRX File

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

                        Features:
- Automatically translate selected text
- Restore last translated text
- Hide cookie consent if accepted on deepl.com
- Hide header to only show translator
- Options page to configure default languages
- Entry in context menu to translate selected text

Contributions welcome on GitHub!
https://github.com/sapkra/deepl-chrome-extension                    

Extension Basic Information

Name DeepL Translator Plus DeepL Translator Plus
ID oaifgiocjahpndddpenihgnoccbmkghe
Official URL https://chrome.google.com/webstore/detail/deepl-translator-plus/oaifgiocjahpndddpenihgnoccbmkghe
Description This plugin enables fast translations using deepl.com.
File Size 34.42 KB
Installation Count 4,000
Current Version 1.1.0
Last Updated 2020-11-11
Publish Date 2020-11-10
Rating 2.91/5 Total 11 Ratings
Developer sapkra
Email [email protected]
Payment Type free
Extension Website https://github.com/sapkra/deepl-chrome-extension
Help Page URL https://github.com/sapkra/deepl-chrome-extension/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DeepL Translator Plus",
    "description": "This plugin enables fast translations using deepl.com.",
    "version": "1.1.0",
    "page_action": {
        "default_popup": "popup.html",
        "defaut_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "helpers.js",
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "cookies",
        "contextMenus",
        "declarativeContent",
        "https:\/\/*.deepl.com\/"
    ]
}