DeepL Translate

Translate while you read and write with DeepL Translate, the world’s most accurate translator.

Was ist DeepL Translate?

DeepL Translate ist eine Chrome-Erweiterung, die von https://deepl.com entwickelt wurde, und ihr Hauptmerkmal ist "Translate while you read and write with DeepL Translate, the world’s most accurate translator.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

DeepL Translate-Erweiterungs-CRX-Datei herunterladen

Laden Sie DeepL Translate-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        With the DeepL for Chrome extension, you can enjoy DeepL’s unbeatable translation quality without ever leaving your browser.

You’ll be able to effortlessly and instantly translate as you’re reading or writing within Chrome. If you’re a DeepL Pro user, that includes entire web pages. 
If you’re a free user, we’re working on releasing this feature for you too. Until then, you can simply select any text and the DeepL icon will appear. To translate your selection, click on the icon. If you want to translate even faster, set up your own shortcuts in the settings, for both reading or writing with DeepL on Chrome.

Now you no longer have to worry about missing out on any information throughout the web due to a language barrier. 

Download DeepL for Chrome for free to start translating today.

Translate while reading
You won’t have to skip emails, articles, or websites anymore. You can view the content you’re browsing in Chrome in your chosen language, in its original context. 

Translate your writing
Whether you’re writing a social media post, chat message, or email, you can translate your own words immediately after you type them. This means you no longer have to copy, paste, retype, or leave Chrome to communicate in another language.

Full-page translations
If you’re a DeepL Pro user, you can translate entire web pages into your desired language with just one click. To make things even easier, you can choose to have all websites in specific languages automatically translated for a seamless browsing experience. We’re working on releasing this feature for free users too. 

DeepL Pro login 
DeepL Pro users can log in to their accounts through the extension.

Shortcuts
Use simple shortcuts to make translation quicker and easier. You can set your own shortcuts in the settings.

Unparalleled accuracy
You can rest assured that you’re getting the best possible translations on the website or application you’re using. DeepL translations consistently outperform the competition and are proven to be three times more accurate than translations from major tech companies.

Loved by millions of users
Millions of people around the world use DeepL every day to improve their communication.

Choose between 27 languages
For a list of the languages available in the extension, check out this article in our Help Center: https://support.deepl.com/hc/en-us/articles/4407573562386-Languages-in-the-browser-extension                    

Grundlegende Informationen zur Erweiterung

Name DeepL Translate DeepL Translate
ID cofdbpoegempjloogbagkncekinflcnj
Offizielle URL https://chromewebstore.google.com/detail/deepl-translate/cofdbpoegempjloogbagkncekinflcnj
Beschreibung Translate while you read and write with DeepL Translate, the world’s most accurate translator.
Dateigröße 1.99 MB
Installationsanzahl 3,621,913
Aktuelle Version 1.16.0
Letztes Update 2024-02-29
Veröffentlichungsdatum 2021-10-07
Bewertung 4.80/5 Insgesamt 7746 Bewertungen
Entwickler https://deepl.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.deepl.com
Hilfeseite URL https://support.deepl.com/hc/articles/4407516019218-Availability-of-browser-extensions
URL der Datenschutzrichtlinien-Seite https://www.deepl.com/en/privacy
Unterstützte Sprachen id,de,en,fr,nl,tr,es,it,pl,pt-BR,pt-PT,cs,ru,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.16.0",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "tabs",
        "scripting",
        "declarativeNetRequest",
        "identity",
        "tts",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*.svg",
                "images\/**\/*.svg"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "build\/content.css"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "fonts\/OpenSans_VariableFont_wdth_wght.ttf"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "onboarding.html"
            ],
            "matches": [
                ""
            ]
        },
        {
            "resources": [
                "build\/dev-page.css"
            ],
            "matches": [
                "chrome-extension:\/\/ocpdpnakdghopjcifldjidbdmfobmmoi\/*"
            ]
        }
    ],
    "host_permissions": [
        "*:\/\/*.deepl.com\/*",
        "https:\/\/api-test.deepl.com\/v1\/*",
        "https:\/\/api.deepl.com\/v1\/*",
        ""
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "build\/content.css"
            ],
            "js": [
                "build\/content.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ],
    "options_ui": {
        "page": "settings.html",
        "open_in_tab": true
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "images\/deepl_16.png",
            "32": "images\/deepl_32.png",
            "48": "images\/deepl_48.png",
            "128": "images\/deepl_128.png"
        }
    },
    "icons": {
        "16": "images\/deepl_16.png",
        "32": "images\/deepl_32.png",
        "48": "images\/deepl_48.png",
        "128": "images\/deepl_128.png"
    },
    "commands": {
        "trigger-translation": {
            "name": "trigger-translation",
            "suggested_key": {
                "default": "Ctrl+Shift+Y",
                "mac": "Command+Shift+Y"
            },
            "description": "__MSG_extension_settings_keyboard_shortcut_perform_translation__"
        },
        "change-language": {
            "name": "change-language",
            "suggested_key": {
                "default": "Ctrl+Shift+L",
                "mac": "Command+Shift+L"
            },
            "description": "__MSG_extension_settings_keyboard_shortcut_change_language__"
        }
    }
}