Multilingual Dictionary
This extension can show meaning of a word in different languages
Was ist Multilingual Dictionary?
Multilingual Dictionary ist eine Chrome-Erweiterung, die von arjoo.extension entwickelt wurde, und ihr Hauptmerkmal ist "This extension can show meaning of a word in different languages".
Erweiterungsscreenshots
Multilingual Dictionary-Erweiterungs-CRX-Datei herunterladen
Laden Sie Multilingual Dictionary-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A Dictionary with eight Languages- Hindi, English, Kannada, Gujrati, Marathi, Tamil, Telugu, Malayalam Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ichehkofmiacihfglhahgcbemcppcolk |
| Offizielle URL | https://chromewebstore.google.com/detail/multilingual-dictionary/ichehkofmiacihfglhahgcbemcppcolk |
| Beschreibung | This extension can show meaning of a word in different languages |
| Dateigröße | 143 KB |
| Installationsanzahl | 55 |
| Aktuelle Version | 1.3 |
| Letztes Update | 2017-05-20 |
| Veröffentlichungsdatum | 2017-05-19 |
| Entwickler | arjoo.extension |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
}
]
} | |