DeepL Translator

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

DeepL Translator là gì?

DeepL Translator là một tiện ích mở rộng Chrome được phát triển bởi Chris Lo, và tính năng chính của nó là "Hover over highlighted sentences and words to translate them with DeepL.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng DeepL Translator

Tải xuống các tệp mở rộng DeepL Translator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên DeepL Translator DeepL Translator
ID kgljlkdpcelbbmdfilomhgjaaefofkfh
URL Chính Thức https://chrome.google.com/webstore/detail/deepl-translator/kgljlkdpcelbbmdfilomhgjaaefofkfh
Mô tả Hover over highlighted sentences and words to translate them with DeepL.
Kích Thước Tệp 168 KB
Số Lần Cài Đặt 11,889
Phiên Bản Hiện Tại 0.0.7
Cập Nhật Lần Cuối 2021-05-01
Ngày Phát Hành 2021-01-19
Đánh Giá 3.33/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Chris Lo
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://chrislo.ca/deepl
URL Trang Chính Sách Bảo Mật https://codeforthought.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}