Leo Inline Translator
Get Leo.de's definition of your highlighted word without leaving the page
Vad är Leo Inline Translator?
Leo Inline Translator är en Chrome-tillägg utvecklad av billy.rennekamp, och dess huvudfunktion är "Get Leo.de's definition of your highlighted word without leaving the page".
Tilläggsskärmbilder
Ladda ner Leo Inline Translator-förlängningens CRX-fil
Ladda ner Leo Inline Translator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | |
ID | phhdeemmniimokjdhbigjahnmgebneik |
Officiell webbadress | https://chrome.google.com/webstore/detail/leo-inline-translator/phhdeemmniimokjdhbigjahnmgebneik |
Beskrivning | Get Leo.de's definition of your highlighted word without leaving the page |
Filstorlek | 139 KB |
Antal Installationer | 137 |
Aktuell Version | 1.12 |
Senast Uppdaterad | 2015-12-27 |
Publiceringsdatum | 2015-12-27 |
Betyg | 2.20/5 Totalt 5 Betyg |
Utvecklare | billy.rennekamp |
Betalningssätt | free |
Tilläggswebbplats | http://dict.leo.org |
Stödda Språk | 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" ] } |