DeepL Translate

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

Co to jest DeepL Translate?

DeepL Translate to rozszerzenie Chrome opracowane przez https://deepl.com, a jego główną funkcją jest „Translate while you read and write with DeepL Translate, the world’s most accurate translator.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia DeepL Translate

Pobierz pliki rozszerzeń DeepL Translate w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa DeepL Translate DeepL Translate
ID cofdbpoegempjloogbagkncekinflcnj
Oficjalny URL https://chromewebstore.google.com/detail/deepl-translate/cofdbpoegempjloogbagkncekinflcnj
Opis Translate while you read and write with DeepL Translate, the world’s most accurate translator.
Rozmiar pliku 1.99 MB
Liczba instalacji 3,621,913
Aktualna Wersja 1.16.0
Ostatnia Aktualizacja 2024-02-29
Data Publikacji 2021-10-07
Ocena 4.80/5 Łącznie 7746 Oceny
Deweloper https://deepl.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.deepl.com
Adres URL Strony Pomocy https://support.deepl.com/hc/articles/4407516019218-Availability-of-browser-extensions
Adres URL Strony Polityki Prywatności https://www.deepl.com/en/privacy
Obsługiwane Języki 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__"
        }
    }
}