Multilingual Dictionary

This extension can show meaning of a word in different languages

ما هو Multilingual Dictionary؟

Multilingual Dictionary هو إضافة Chrome تم تطويرها بواسطة arjoo.extension، والميزة الرئيسية لها هي "This extension can show meaning of a word in different languages".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Multilingual Dictionary

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

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

                        A Dictionary with eight Languages- Hindi, English, Kannada, Gujrati, Marathi, Tamil, Telugu, Malayalam                    

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

الاسم Multilingual Dictionary Multilingual Dictionary
ID ichehkofmiacihfglhahgcbemcppcolk
عنوان URL الرسمي https://chromewebstore.google.com/detail/multilingual-dictionary/ichehkofmiacihfglhahgcbemcppcolk
الوصف This extension can show meaning of a word in different languages
حجم الملف 143 KB
عدد التثبيتات 55
النسخة الحالية 1.3
آخر تحديث 2017-05-20
تاريخ النشر 2017-05-19
المطور arjoo.extension
نوع الدفع free
اللغات المدعومة hi
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Multilingual Dictionary",
    "description": "This extension can show meaning of a word in different languages",
    "version": "1.3",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "management",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/DoubleClickEventHandler.js"
            ]
        }
    ]
}