Leo Inline Translator

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

Wat is Leo Inline Translator?

Leo Inline Translator is een Chrome-extensie ontwikkeld door billy.rennekamp, en de belangrijkste functie is "Get Leo.de's definition of your highlighted word without leaving the page".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Leo Inline Translator

Download Leo Inline Translator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Leo Inline Translator Leo Inline Translator
ID phhdeemmniimokjdhbigjahnmgebneik
Officiële URL https://chrome.google.com/webstore/detail/leo-inline-translator/phhdeemmniimokjdhbigjahnmgebneik
Beschrijving Get Leo.de's definition of your highlighted word without leaving the page
Bestandsgrootte 139 KB
Aantal Installaties 137
Huidige Versie 1.12
Laatst Bijgewerkt 2015-12-27
Publicatiedatum 2015-12-27
Beoordeling 2.20/5 Totaal 5 Beoordelingen
Ontwikkelaar billy.rennekamp
Betalingswijze free
Extensiewebsite http://dict.leo.org
Ondersteunde Talen 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"
    ]
}