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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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