XenoLeo – Leo Recherche
Lookup words in the Leo Online Dictionary
Qu'est-ce que XenoLeo – Leo Recherche ?
XenoLeo – Leo Recherche est une extension Chrome développée par X A, et sa fonction principale est "Lookup words in the Leo Online Dictionary".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension XenoLeo – Leo Recherche
Téléchargez les fichiers d'extension XenoLeo – Leo Recherche au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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. ★
Informations de Base sur l'Extension
Nom | XenoLeo – Leo Recherche |
ID | jjaibfclllfmagdgakmmofobhepbmglo |
URL Officiel | https://chromewebstore.google.com/detail/leo-recherche/jjaibfclllfmagdgakmmofobhepbmglo?hl=en |
Description | Lookup words in the Leo Online Dictionary |
Taille du Fichier | 81.76 KB |
Nombre d'Installations | 21 |
Version Actuelle | 2.0.2014.922 |
Dernière Mise à Jour | 2017-07-14 |
Date de Publication | 2017-07-14 |
Développeur | X A |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://xaxa.vivaldi.net/webext-info |
Langues Prises en Charge | 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\/*" ] } |