LEO Translator

This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.

LEO Translator là gì?

LEO Translator là một tiện ích mở rộng Chrome được phát triển bởi https://www.timodenk.com, và tính năng chính của nó là "This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.".

Ả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 LEO Translator

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

                        This Chrome extension adds an entry to the right-click menu of any text on any website. Clicking this new row opens the translation service LEO (http://www.leo.org/) in a new tab and shows the translation of the selected text.                    

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

Tên LEO Translator LEO Translator
ID keabcchkbodcioapmkmfbkfcjgjblcao
URL Chính Thức https://chromewebstore.google.com/detail/leo-translator/keabcchkbodcioapmkmfbkfcjgjblcao
Mô tả This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.
Kích Thước Tệp 53.91 KB
Số Lần Cài Đặt 498
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-07-09
Ngày Phát Hành 2016-07-09
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://www.timodenk.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LEO Translator",
    "description": "This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.",
    "version": "1.0",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}