Word of the Tab
A chrome new tab extension that displays a random Spanish word and its translation
什么是Word of the Tab?
Word of the Tab是由Mikey Inc开发的Chrome扩展程序,该扩展的主要功能是“A chrome new tab extension that displays a random Spanish word and its translation”。
扩展截图
下载Word of the Tab扩展crx文件
下载Word of the Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This new tab extension is perfect for passively learning new Spanish vocabulary words! Every time you open a new tab, a new word will be displayed in English and in Spanish!
More languages are in development as well, if you'd like to suggest a language to be added, send me an email. 扩展基本信息
| 名称 | |
| ID | dfpekalnblaejelchmifjcphhlgpgmmo |
| 官方URL | https://chromewebstore.google.com/detail/word-of-the-tab/dfpekalnblaejelchmifjcphhlgpgmmo |
| 简介 | A chrome new tab extension that displays a random Spanish word and its translation |
| 文件大小 | 2.8 MB |
| 安装次数 | 76 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2017-06-17 |
| 上架时间 | 2017-06-17 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Mikey Inc |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Word of the Tab",
"description": "A chrome new tab extension that displays a random Spanish word and its translation",
"version": "1.0.0",
"chrome_url_overrides": {
"newtab": "spanTab.html"
},
"options_ui": {
"page": "optionsPage.html",
"chrome_style": true
},
"icons": {
"128": "images\/ext-icon.png"
},
"permissions": [
"storage"
],
"manifest_version": 2
} | |