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