Leo Inline Translator
Get Leo.de's definition of your highlighted word without leaving the page
Co to jest Leo Inline Translator?
Leo Inline Translator to rozszerzenie Chrome opracowane przez billy.rennekamp, a jego główną funkcją jest „Get Leo.de's definition of your highlighted word without leaving the page”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Leo Inline Translator
Pobierz pliki rozszerzeń Leo Inline Translator w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | phhdeemmniimokjdhbigjahnmgebneik |
Oficjalny URL | https://chrome.google.com/webstore/detail/leo-inline-translator/phhdeemmniimokjdhbigjahnmgebneik |
Opis | Get Leo.de's definition of your highlighted word without leaving the page |
Rozmiar pliku | 139 KB |
Liczba instalacji | 137 |
Aktualna Wersja | 1.12 |
Ostatnia Aktualizacja | 2015-12-27 |
Data Publikacji | 2015-12-27 |
Ocena | 2.20/5 Łącznie 5 Oceny |
Deweloper | billy.rennekamp |
Typ Płatności | free |
Strona Rozszerzenia | http://dict.leo.org |
Obsługiwane Języki | 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" ] } |