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 |
| 电子邮箱 | [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"
}
} | |