LEO Translator

This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.

什么是LEO Translator?

LEO Translator是由https://www.timodenk.com开发的Chrome扩展程序,该扩展的主要功能是“This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.”。

扩展截图

screenshot
screenshot

下载LEO Translator扩展crx文件

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

扩展使用说明

                        This Chrome extension adds an entry to the right-click menu of any text on any website. Clicking this new row opens the translation service LEO (http://www.leo.org/) in a new tab and shows the translation of the selected text.                    

扩展基本信息

名称 LEO Translator LEO Translator
ID keabcchkbodcioapmkmfbkfcjgjblcao
官方URL https://chromewebstore.google.com/detail/leo-translator/keabcchkbodcioapmkmfbkfcjgjblcao
简介 This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.
文件大小 53.91 KB
安装次数 498
当前版本 1.0
更新时间 2016-07-09
上架时间 2016-07-09
评分 5.00/5 共3次评分
开发者 https://www.timodenk.com
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LEO Translator",
    "description": "This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.",
    "version": "1.0",
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}