Leo Inline Translator

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

ما هو Leo Inline Translator؟

Leo Inline Translator هو إضافة Chrome تم تطويرها بواسطة billy.rennekamp، والميزة الرئيسية لها هي "Get Leo.de's definition of your highlighted word without leaving the page".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Leo Inline Translator

قم بتنزيل ملفات الامتداد Leo Inline Translator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                                            

معلومات أساسية عن التمديد

الاسم 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"
    ]
}