Multilingual Dictionary

This extension can show meaning of a word in different languages

Wat is Multilingual Dictionary?

Multilingual Dictionary is een Chrome-extensie ontwikkeld door arjoo.extension, en de belangrijkste functie is "This extension can show meaning of a word in different languages".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Multilingual Dictionary

Download Multilingual Dictionary-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Multilingual Dictionary Multilingual Dictionary
ID ichehkofmiacihfglhahgcbemcppcolk
Officiële URL https://chromewebstore.google.com/detail/multilingual-dictionary/ichehkofmiacihfglhahgcbemcppcolk
Beschrijving This extension can show meaning of a word in different languages
Bestandsgrootte 143 KB
Aantal Installaties 55
Huidige Versie 1.3
Laatst Bijgewerkt 2017-05-20
Publicatiedatum 2017-05-19
Ontwikkelaar arjoo.extension
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}