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 |
官方網址 | 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" } } |