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 |
| 官方網址 | 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"
]
}
]
} | |