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
官方網址 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"
        ]
    }
}