WordMaster
English dictionary extension
WordMasterとは何ですか?
WordMasterはnchathu2014によって開発されたChromeの拡張機能で、その主な機能は「English dictionary extension」です。
拡張機能のスクリーンショット
WordMaster拡張機能のCRXファイルをダウンロード
WordMaster拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
WordMaster is a dictionary tool which helps to improve English knowledge.Technically it wrapped as a Google Chrome extension while it's heart is Facebook's ReactJS 拡張機能の基本情報
| 名前 | |
| ID | ejeignhcdmhncfmpkdhiodongnnacljk |
| 公式URL | https://chromewebstore.google.com/detail/wordmaster/ejeignhcdmhncfmpkdhiodongnnacljk |
| 説明 | English dictionary extension |
| ファイルサイズ | 875 KB |
| インストール数 | 484 |
| 現在のバージョン | 1.0.2 |
| 最終更新日 | 2016-10-12 |
| 公開日 | 2016-10-12 |
| 評価 | 5.00/5 合計 12 レビュー |
| 開発者 | nchathu2014 |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://twitter.com/wordmaster28 |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "WordMaster",
"description": "English dictionary extension",
"icons": {
"256": "images\/icon_256x256.png",
"128": "images\/icon_128x128.png",
"16": "images\/icon_16x16.png",
"48": "images\/icon_48x48.png"
},
"version": "1.0.2",
"short_name": "WordMaster",
"content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/www.google-analytics.com; object-src 'self'",
"options_ui": {
"page": "options.html",
"chrome_style": false,
"open_in_tab": false
},
"web_accessible_resources": [
"images\/*.gif"
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
}
} | |