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ファイルをダウンロード

DeepL Translate拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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__"
        }
    }
}