Leo Inline Translator

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

Leo Inline Translator là gì?

Leo Inline Translator là một tiện ích mở rộng Chrome được phát triển bởi billy.rennekamp, và tính năng chính của nó là "Get Leo.de's definition of your highlighted word without leaving the page".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Leo Inline Translator

Tải xuống các tệp mở rộng Leo Inline Translator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Leo Inline Translator Leo Inline Translator
ID phhdeemmniimokjdhbigjahnmgebneik
URL Chính Thức https://chrome.google.com/webstore/detail/leo-inline-translator/phhdeemmniimokjdhbigjahnmgebneik
Mô tả Get Leo.de's definition of your highlighted word without leaving the page
Kích Thước Tệp 139 KB
Số Lần Cài Đặt 137
Phiên Bản Hiện Tại 1.12
Cập Nhật Lần Cuối 2015-12-27
Ngày Phát Hành 2015-12-27
Đánh Giá 2.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển billy.rennekamp
Loại Thanh Toán free
Trang Web Mở Rộng http://dict.leo.org
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}