DeepL Translator

Hover over highlighted sentences and words to translate them with DeepL.

DeepL Translatorとは何ですか?

DeepL TranslatorはChris Loによって開発されたChromeの拡張機能で、その主な機能は「Hover over highlighted sentences and words to translate them with DeepL.」です。

拡張機能のスクリーンショット

screenshot
screenshot

DeepL Translator拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        The extension will expedite transferring text highlighted in your current browser tab to a background tab running DeepL's powerful and accurate translation tool. The results are then displayed above the highlighted text. The source and destination languages can be preset via the extension's settings.                    

拡張機能の基本情報

名前 DeepL Translator DeepL Translator
ID kgljlkdpcelbbmdfilomhgjaaefofkfh
公式URL https://chrome.google.com/webstore/detail/deepl-translator/kgljlkdpcelbbmdfilomhgjaaefofkfh
説明 Hover over highlighted sentences and words to translate them with DeepL.
ファイルサイズ 168 KB
インストール数 11,889
現在のバージョン 0.0.7
最終更新日 2021-05-01
公開日 2021-01-19
評価 3.33/5 合計 15 レビュー
開発者 Chris Lo
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://chrislo.ca/deepl
プライバシーポリシーページのURL https://codeforthought.com/privacy
対応言語 de,en,fr,nl,da,et,es,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,bg,ru,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.0.7",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/chrislo.ca\/deepl",
    "manifest_version": 2,
    "default_locale": "en",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "deepl-background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "deepl-bridge.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "deepl-page.js",
        "deepl-translator.js",
        "deepl-loading.gif"
    ]
}