Multilingual Dictionary

This extension can show meaning of a word in different languages

What is Multilingual Dictionary?

Multilingual Dictionary is a Chrome extension developed by arjoo.extension, and its main feature is "This extension can show meaning of a word in different languages".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Multilingual Dictionary Extension CRX File

Download Multilingual Dictionary extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Multilingual Dictionary Multilingual Dictionary
ID ichehkofmiacihfglhahgcbemcppcolk
Official URL https://chromewebstore.google.com/detail/multilingual-dictionary/ichehkofmiacihfglhahgcbemcppcolk
Description This extension can show meaning of a word in different languages
File Size 143 KB
Installation Count 55
Current Version 1.3
Last Updated 2017-05-20
Publish Date 2017-05-19
Developer arjoo.extension
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}