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 |
官方網址 | 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\/*" ] } |