Multilingual Dictionary
This extension can show meaning of a word in different languages
Vad är Multilingual Dictionary?
Multilingual Dictionary är en Chrome-tillägg utvecklad av arjoo.extension, och dess huvudfunktion är "This extension can show meaning of a word in different languages".
Tilläggsskärmbilder
Ladda ner Multilingual Dictionary-förlängningens CRX-fil
Ladda ner Multilingual Dictionary-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
A Dictionary with eight Languages- Hindi, English, Kannada, Gujrati, Marathi, Tamil, Telugu, Malayalam
Grundläggande Information om Tillägg
Namn | Multilingual Dictionary |
ID | ichehkofmiacihfglhahgcbemcppcolk |
Officiell webbadress | https://chromewebstore.google.com/detail/multilingual-dictionary/ichehkofmiacihfglhahgcbemcppcolk |
Beskrivning | This extension can show meaning of a word in different languages |
Filstorlek | 143 KB |
Antal Installationer | 55 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2017-05-20 |
Publiceringsdatum | 2017-05-19 |
Utvecklare | arjoo.extension |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |