Leo Inline Translator

Get Leo.de's definition of your highlighted word without leaving the page

What is Leo Inline Translator?

Leo Inline Translator is a Chrome extension developed by billy.rennekamp, and its main feature is "Get Leo.de's definition of your highlighted word without leaving the page".

Extension Screenshots

screenshot

Download Leo Inline Translator Extension CRX File

Download Leo Inline Translator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Leo Inline Translator Leo Inline Translator
ID phhdeemmniimokjdhbigjahnmgebneik
Official URL https://chrome.google.com/webstore/detail/leo-inline-translator/phhdeemmniimokjdhbigjahnmgebneik
Description Get Leo.de's definition of your highlighted word without leaving the page
File Size 139 KB
Installation Count 137
Current Version 1.12
Last Updated 2015-12-27
Publish Date 2015-12-27
Rating 2.20/5 Total 5 Ratings
Developer billy.rennekamp
Payment Type free
Extension Website http://dict.leo.org
Supported Languages 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"
    ]
}