Leo Inline Translator
Get Leo.de's definition of your highlighted word without leaving the page
Co je Leo Inline Translator?
Leo Inline Translator je rozšíření Chrome vyvinuté billy.rennekamp, a jeho hlavní funkcí je „Get Leo.de's definition of your highlighted word without leaving the page“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Leo Inline Translator
Stáhněte si soubory rozšíření Leo Inline Translator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Základní Informace o Rozšíření
Název | |
ID | phhdeemmniimokjdhbigjahnmgebneik |
Oficiální URL | https://chrome.google.com/webstore/detail/leo-inline-translator/phhdeemmniimokjdhbigjahnmgebneik |
Popis | Get Leo.de's definition of your highlighted word without leaving the page |
Velikost souboru | 139 KB |
Počet instalací | 137 |
Aktuální Verze | 1.12 |
Poslední Aktualizace | 2015-12-27 |
Datum Vydání | 2015-12-27 |
Hodnocení | 2.20/5 Celkem 5 Hodnocení |
Vývojář | billy.rennekamp |
Typ Platby | free |
Webové stránky Rozšíření | http://dict.leo.org |
Podporované Jazyky | 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" ] } |