XenoLeo – Leo Recherche

Lookup words in the Leo Online Dictionary

XenoLeo – Leo Recherche là gì?

XenoLeo – Leo Recherche là một tiện ích mở rộng Chrome được phát triển bởi X A, và tính năng chính của nó là "Lookup words in the Leo Online Dictionary".

Ả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 XenoLeo – Leo Recherche

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

                        Type ”lx“ into the address field followed by a space separated optional language code defining the Leo dictionary you want to refer to and the phrase you want to look up.

For example type: »» lx ru Löwe «« too lookup the Russian translation of the German word ”Löwe“ (lion).

★ Please note, that Leo.org only provides German to/from Another-Language dictionaries. In other words, one language of a language pair always will be German. ★                    

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

Tên XenoLeo – Leo Recherche XenoLeo – Leo Recherche
ID jjaibfclllfmagdgakmmofobhepbmglo
URL Chính Thức https://chromewebstore.google.com/detail/leo-recherche/jjaibfclllfmagdgakmmofobhepbmglo?hl=en
Mô tả Lookup words in the Leo Online Dictionary
Kích Thước Tệp 81.76 KB
Số Lần Cài Đặt 21
Phiên Bản Hiện Tại 2.0.2014.922
Cập Nhật Lần Cuối 2017-07-14
Ngày Phát Hành 2017-07-14
Nhà Phát Triển X A
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://xaxa.vivaldi.net/webext-info
Ngôn Ngữ Được Hỗ Trợ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "2.0.2014.922",
    "description": "__MSG_extDescr__",
    "author": "XA",
    "homepage_url": "http:\/\/my.opera.com\/XAntares\/",
    "options_page": "options.html",
    "default_locale": "de",
    "icons": {
        "128": "icons\/icon-128x128.png",
        "48": "icons\/icon-48x48.png",
        "19": "icons\/icon-19x19.png",
        "16": "icons\/icon-16x16.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "omnibox": {
        "keyword": "lx"
    },
    "offline_enabled": false,
    "permissions": [
        "contextMenus",
        "http:\/\/dict.leo.org\/dictQuery\/*"
    ]
}