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」です。
拡張機能のスクリーンショット
XenoLeo – Leo Recherche拡張機能のCRXファイルをダウンロード
XenoLeo – Leo Recherche拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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\/*" ] } |