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
官方網址 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
電子郵箱 [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"
    ]
}