Leo Inline Translator
Get Leo.de's definition of your highlighted word without leaving the page
Cos'è Leo Inline Translator?
Leo Inline Translator è un'estensione di Chrome sviluppata da billy.rennekamp, e la sua funzione principale è "Get Leo.de's definition of your highlighted word without leaving the page".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Leo Inline Translator
Scarica i file di estensione Leo Inline Translator 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
Informazioni di Base sull'Estensione
Nome | |
ID | phhdeemmniimokjdhbigjahnmgebneik |
URL Ufficiale | https://chrome.google.com/webstore/detail/leo-inline-translator/phhdeemmniimokjdhbigjahnmgebneik |
Descrizione | Get Leo.de's definition of your highlighted word without leaving the page |
Dimensione del File | 139 KB |
Conteggio Installazioni | 137 |
Versione Corrente | 1.12 |
Ultimo Aggiornamento | 2015-12-27 |
Data di Pubblicazione | 2015-12-27 |
Valutazione | 2.20/5 Totale 5 Valutazioni |
Sviluppatore | billy.rennekamp |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://dict.leo.org |
Lingue Supportate | 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" ] } |