Leo Inline Translator

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

什么是Leo Inline Translator?

Leo Inline Translator是由billy.rennekamp开发的Chrome扩展程序,该扩展的主要功能是“Get Leo.de's definition of your highlighted word without leaving the page”。

扩展截图

screenshot

下载Leo Inline Translator扩展crx文件

下载Leo Inline Translator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 Leo Inline Translator Leo Inline Translator
ID phhdeemmniimokjdhbigjahnmgebneik
官方URL https://chrome.google.com/webstore/detail/leo-inline-translator/phhdeemmniimokjdhbigjahnmgebneik
简介 Get Leo.de's definition of your highlighted word without leaving the page
文件大小 139 KB
安装次数 137
当前版本 1.12
更新时间 2015-12-27
上架时间 2015-12-27
评分 2.20/5 共5次评分
开发者 billy.rennekamp
付费类型 free
扩展官网 http://dict.leo.org
支持的语言 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"
    ]
}