Leo Inline Translator
Get Leo.de's definition of your highlighted word without leaving the page
Qu'est-ce que Leo Inline Translator ?
Leo Inline Translator est une extension Chrome développée par billy.rennekamp, et sa fonction principale est "Get Leo.de's definition of your highlighted word without leaving the page".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Leo Inline Translator
Téléchargez les fichiers d'extension Leo Inline Translator 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
Informations de Base sur l'Extension
Nom | |
ID | phhdeemmniimokjdhbigjahnmgebneik |
URL Officiel | https://chrome.google.com/webstore/detail/leo-inline-translator/phhdeemmniimokjdhbigjahnmgebneik |
Description | Get Leo.de's definition of your highlighted word without leaving the page |
Taille du Fichier | 139 KB |
Nombre d'Installations | 137 |
Version Actuelle | 1.12 |
Dernière Mise à Jour | 2015-12-27 |
Date de Publication | 2015-12-27 |
Évaluation | 2.20/5 Total 5 Évaluations |
Développeur | billy.rennekamp |
Type de Paiement | free |
Site Web de l'Extension | http://dict.leo.org |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Leo Inline Translator", "description": "Get Leo.de's definition of your highlighted word without leaving the page", "version": "1.12", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "pickle.css" ], "js": [ "js\/jquery.min.js", "pickle.js" ] } ], "background": { "persistant": false, "scripts": [ "build.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "http:\/\/fonts.googleapis.com\/", "https:\/\/fonts.googleapis.com\/", "https:\/\/ajax.googleapis.com\/", "contextMenus" ] } |