XenoLeo – Leo Recherche

Lookup words in the Leo Online Dictionary

XenoLeo – Leo Recherche란 무엇입니까?

XenoLeo – Leo Recherche은(는) X A에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Lookup words in the Leo Online Dictionary"입니다.

확장 프로그램 스크린샷

screenshot

XenoLeo – Leo Recherche 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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. ★                    

확장 프로그램 기본 정보

이름 XenoLeo – Leo Recherche XenoLeo – Leo Recherche
ID jjaibfclllfmagdgakmmofobhepbmglo
공식 URL https://chromewebstore.google.com/detail/leo-recherche/jjaibfclllfmagdgakmmofobhepbmglo?hl=en
설명 Lookup words in the Leo Online Dictionary
파일 크기 81.76 KB
설치 횟수 21
현재 버전 2.0.2014.922
최근 업데이트 2017-07-14
출시 날짜 2017-07-14
개발자 X A
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://xaxa.vivaldi.net/webext-info
지원되는 언어 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\/*"
    ]
}