DeepL Translator Plus

This plugin enables fast translations using deepl.com.

DeepL Translator Plus là gì?

DeepL Translator Plus là một tiện ích mở rộng Chrome được phát triển bởi sapkra, và tính năng chính của nó là "This plugin enables fast translations using deepl.com.".

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

screenshot

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

Tải xuống các tệp mở rộng DeepL Translator Plus 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

                        Features:
- Automatically translate selected text
- Restore last translated text
- Hide cookie consent if accepted on deepl.com
- Hide header to only show translator
- Options page to configure default languages
- Entry in context menu to translate selected text

Contributions welcome on GitHub!
https://github.com/sapkra/deepl-chrome-extension                    

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

Tên DeepL Translator Plus DeepL Translator Plus
ID oaifgiocjahpndddpenihgnoccbmkghe
URL Chính Thức https://chrome.google.com/webstore/detail/deepl-translator-plus/oaifgiocjahpndddpenihgnoccbmkghe
Mô tả This plugin enables fast translations using deepl.com.
Kích Thước Tệp 34.42 KB
Số Lần Cài Đặt 4,000
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2020-11-11
Ngày Phát Hành 2020-11-10
Đánh Giá 2.91/5 Tổng số 11 Đánh Giá
Nhà Phát Triển sapkra
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/sapkra/deepl-chrome-extension
URL Trang Trợ Giúp https://github.com/sapkra/deepl-chrome-extension/issues
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DeepL Translator Plus",
    "description": "This plugin enables fast translations using deepl.com.",
    "version": "1.1.0",
    "page_action": {
        "default_popup": "popup.html",
        "defaut_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "helpers.js",
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "cookies",
        "contextMenus",
        "declarativeContent",
        "https:\/\/*.deepl.com\/"
    ]
}