Multilingual Dictionary
This extension can show meaning of a word in different languages
什么是Multilingual Dictionary?
Multilingual Dictionary是由arjoo.extension开发的Chrome扩展程序,该扩展的主要功能是“This extension can show meaning of a word in different languages”。
扩展截图
下载Multilingual Dictionary扩展crx文件
下载Multilingual Dictionary扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A Dictionary with eight Languages- Hindi, English, Kannada, Gujrati, Marathi, Tamil, Telugu, Malayalam 扩展基本信息
| 名称 | |
| ID | ichehkofmiacihfglhahgcbemcppcolk |
| 官方URL | https://chromewebstore.google.com/detail/multilingual-dictionary/ichehkofmiacihfglhahgcbemcppcolk |
| 简介 | This extension can show meaning of a word in different languages |
| 文件大小 | 143 KB |
| 安装次数 | 55 |
| 当前版本 | 1.3 |
| 更新时间 | 2017-05-20 |
| 上架时间 | 2017-05-19 |
| 开发者 | arjoo.extension |
| 付费类型 | free |
| 支持的语言 | 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"
]
}
]
} | |