WordGame by Duckling Labs
Practice vocabulary like a champ.
什么是WordGame by Duckling Labs?
WordGame by Duckling Labs是由Duckling Labs PLC开发的Chrome扩展程序,该扩展的主要功能是“Practice vocabulary like a champ.”。
扩展截图
下载WordGame by Duckling Labs扩展crx文件
下载WordGame by Duckling Labs扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A random fresh word and its definition in your browser whenever you open a new tab. Learn new words every day as you browse! Build your vocabulary each time you open a new tab in Chrome. It's fun! 扩展基本信息
| 名称 | |
| ID | kbjhggmokdclbgocdpjpibikmfmeoilb |
| 官方URL | https://chromewebstore.google.com/detail/wordgame-by-duckling-labs/kbjhggmokdclbgocdpjpibikmfmeoilb |
| 简介 | Practice vocabulary like a champ. |
| 文件大小 | 873 KB |
| 安装次数 | 22 |
| 当前版本 | 3.0 |
| 更新时间 | 2021-08-28 |
| 上架时间 | 2020-02-09 |
| 评分 | 5.00/5 共4次评分 |
| 开发者 | Duckling Labs PLC |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://wordgame.ducklinglabs.com |
| 帮助页面URL | http://wordgame.ducklinglabs.com/terms |
| 隐私政策页面URL | https://docs.google.com/document/d/1v38ot7Qtw-MwcVgj26WUd50VwGkqPFlCxhxuaQ5OOsk/edit |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "WordGame by Duckling Labs",
"short_name": "wordgame",
"description": "Practice vocabulary like a champ.",
"version": "3.0",
"icons": {
"16": "\/images\/logo.png",
"48": "\/images\/logo.png",
"128": "\/images\/logo.png"
},
"permissions": [
"activeTab",
"https:\/\/ajax.googleapis.com\/"
],
"chrome_url_overrides": {
"newtab": "vocab.html"
}
} | |