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 هو إضافة Chrome تم تطويرها بواسطة https://www.timodenk.com، والميزة الرئيسية لها هي "This extension allows you to show the LEO translation of selected text on any website by simply rightcklicking it.".

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

screenshot
screenshot

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

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

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

                        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"
        ]
    }
}