DeepL Translate

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

DeepL Translate란 무엇입니까?

DeepL Translate은(는) https://deepl.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Translate while you read and write with DeepL Translate, the world’s most accurate translator."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

DeepL Translate 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 DeepL Translate DeepL Translate
ID cofdbpoegempjloogbagkncekinflcnj
공식 URL https://chromewebstore.google.com/detail/deepl-translate/cofdbpoegempjloogbagkncekinflcnj
설명 Translate while you read and write with DeepL Translate, the world’s most accurate translator.
파일 크기 1.99 MB
설치 횟수 3,621,913
현재 버전 1.16.0
최근 업데이트 2024-02-29
출시 날짜 2021-10-07
평점 4.80/5 총 7746 개의 평점
개발자 https://deepl.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.deepl.com
도움말 페이지 URL https://support.deepl.com/hc/articles/4407516019218-Availability-of-browser-extensions
개인정보 보호 정책 페이지 URL https://www.deepl.com/en/privacy
지원되는 언어 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__"
        }
    }
}