Multilingual Dictionary

This extension can show meaning of a word in different languages

Co je Multilingual Dictionary?

Multilingual Dictionary je rozšíření Chrome vyvinuté arjoo.extension, a jeho hlavní funkcí je „This extension can show meaning of a word in different languages“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Multilingual Dictionary

Stáhněte si soubory rozšíření Multilingual Dictionary ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Multilingual Dictionary Multilingual Dictionary
ID ichehkofmiacihfglhahgcbemcppcolk
Oficiální URL https://chromewebstore.google.com/detail/multilingual-dictionary/ichehkofmiacihfglhahgcbemcppcolk
Popis This extension can show meaning of a word in different languages
Velikost souboru 143 KB
Počet instalací 55
Aktuální Verze 1.3
Poslední Aktualizace 2017-05-20
Datum Vydání 2017-05-19
Vývojář arjoo.extension
Typ Platby free
Podporované Jazyky 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"
            ]
        }
    ]
}