Word of the Day by VMCSOFT
Build your vocabulary: get a new word every day from Merriam-Webster dictionary.
什么是Word of the Day by VMCSOFT?
Word of the Day by VMCSOFT是由https://vmcsoft.com开发的Chrome扩展程序,该扩展的主要功能是“Build your vocabulary: get a new word every day from Merriam-Webster dictionary.”。
扩展截图
下载Word of the Day by VMCSOFT扩展crx文件
下载Word of the Day by VMCSOFT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
| 名称 | |
| ID | cabflefkcfdobkjdkhopcmegflanmnen |
| 官方URL | https://chromewebstore.google.com/detail/word-of-the-day-by-vmcsof/cabflefkcfdobkjdkhopcmegflanmnen |
| 简介 | Build your vocabulary: get a new word every day from Merriam-Webster dictionary. |
| 文件大小 | 196 KB |
| 安装次数 | 25 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2017-10-24 |
| 上架时间 | 2017-10-24 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | https://vmcsoft.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Word of the Day by VMCSOFT",
"version": "1.0.0",
"manifest_version": 2,
"description": "Build your vocabulary: get a new word every day from Merriam-Webster dictionary.",
"homepage_url": "https:\/\/vmcsoft.com\/",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "Word of the Day",
"default_popup": "src\/browser_action\/browser_action.html"
},
"permissions": [
"storage"
]
} | |