Word of the Day
A reactive and responsive word of the day new tab replacement that serves up a new word every day with usage examples, as well as…
什么是Word of the Day?
Word of the Day是由David开发的Chrome扩展程序,该扩展的主要功能是“A reactive and responsive word of the day new tab replacement that serves up a new word every day with usage examples, as well as…”。
扩展截图
下载Word of the Day扩展crx文件
下载Word of the Day扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A reactive and responsive word of the day new tab replacement that serves up a new word every day with usage examples, as well as pronunciation guides powered by YouGlish. Save words that you like to view later Search through saved words Dark mode support Powered by Svelte, TailwindCSS, Deta.sh, and Wordnik API.
扩展基本信息
名称 | Word of the Day |
ID | phfchbaflokkbcmimkonjhdeinnelhfm |
官方URL | https://chromewebstore.google.com/detail/word-of-the-day/phfchbaflokkbcmimkonjhdeinnelhfm |
简介 | A reactive and responsive word of the day new tab replacement that serves up a new word every day with usage examples, as well as… |
文件大小 | 570 KB |
安装次数 | 20 |
当前版本 | 1.2 |
更新时间 | 2022-06-07 |
上架时间 | 2021-11-23 |
开发者 | David |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/D4D3VD4V3/word-of-the-day-extension |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Word of the Day", "version": "1.2", "background": { "scripts": [ "assets\/index-306ef382.js" ] }, "chrome_url_overrides": { "newtab": "popup\/index.html" }, "permissions": [ "storage", "https:\/\/oq3p80.deta.dev\/" ], "icons": { "16": "icons\/dictionary_16x16.png", "48": "icons\/dictionary_48x48.png", "128": "icons\/dictionary_128x128.png" } } |