Word of the Day Tab
Learn a new word each day!
什么是Word of the Day Tab?
Word of the Day Tab是由Diversify Media, Inc.开发的Chrome扩展程序,该扩展的主要功能是“Learn a new word each day!”。
扩展截图
下载Word of the Day Tab扩展crx文件
下载Word of the Day Tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Expand your vocabulary with this Chrome extension that features a new word and it's definition each day on your new tab. The extension also features a rotating photo background and a web search provided by Yahoo.
Note: By installing this extension, the search bar on your new tab will be replaced with a search featuring Yahoo results. It will not change the default search in your address bar.
Host Permission Justification:
The extension pulls data from the wordnik.com api for the word of the day and unsplash.com for the photo background.
Privacy Policy: https://wordofthedaytab.com/privacy-policy/
Terms of Service: https://wordofthedaytab.com/terms-of-service/
About Us: https://wordofthedaytab.com/about-us/
Contact Us: https://wordofthedaytab.com/contact/
How to Uninstall: https://wordofthedaytab.com/uninstall/ 扩展基本信息
| 名称 | |
| ID | jocnnakhfkdkihlabdeigeijichjlihi |
| 官方URL | https://chromewebstore.google.com/detail/word-of-the-day-tab/jocnnakhfkdkihlabdeigeijichjlihi |
| 简介 | Learn a new word each day! |
| 文件大小 | 118 KB |
| 安装次数 | 11,048 |
| 当前版本 | 1.1.3 |
| 更新时间 | 2022-06-06 |
| 上架时间 | 2022-03-23 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Diversify Media, Inc. |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://diversifymedia.com/privacy-policy |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Word of the Day Tab",
"description": "Learn a new word each day!",
"version": "1.1.3",
"icons": {
"32": "images\/icon32.png",
"64": "images\/icon64.png",
"128": "images\/icon128.png"
},
"background": {
"service_worker": "background.js"
},
"chrome_url_overrides": {
"newtab": "newtab.html"
},
"host_permissions": [
"https:\/\/*.source.unsplash.com\/\/*"
]
} | |