XenoLeo – Leo Recherche
Lookup words in the Leo Online Dictionary
Cos'è XenoLeo – Leo Recherche?
XenoLeo – Leo Recherche è un'estensione di Chrome sviluppata da X A, e la sua funzione principale è "Lookup words in the Leo Online Dictionary".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione XenoLeo – Leo Recherche
Scarica i file di estensione XenoLeo – Leo Recherche in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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. ★
Informazioni di Base sull'Estensione
Nome | XenoLeo – Leo Recherche |
ID | jjaibfclllfmagdgakmmofobhepbmglo |
URL Ufficiale | https://chromewebstore.google.com/detail/leo-recherche/jjaibfclllfmagdgakmmofobhepbmglo?hl=en |
Descrizione | Lookup words in the Leo Online Dictionary |
Dimensione del File | 81.76 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 2.0.2014.922 |
Ultimo Aggiornamento | 2017-07-14 |
Data di Pubblicazione | 2017-07-14 |
Sviluppatore | X A |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://xaxa.vivaldi.net/webext-info |
Lingue Supportate | 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\/*" ] } |