DeepL Translator

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

DeepL Translatorคืออะไร?

DeepL Translator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Chris Lo และคุณลักษณะหลักของมันคือ "Hover over highlighted sentences and words to translate them with DeepL."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DeepL Translator

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    ]
}