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"
]
}
]
} | |