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…

What is Word of the Day?

Word of the Day is a Chrome extension developed by David, and its main feature is "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…".

Extension Screenshots

screenshot

Download Word of the Day Extension CRX File

Download Word of the Day extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Word of the Day Word of the Day
ID phfchbaflokkbcmimkonjhdeinnelhfm
Official URL https://chromewebstore.google.com/detail/word-of-the-day/phfchbaflokkbcmimkonjhdeinnelhfm
Description 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…
File Size 570 KB
Installation Count 20
Current Version 1.2
Last Updated 2022-06-07
Publish Date 2021-11-23
Developer David
Email [email protected]
Payment Type free
Extension Website https://github.com/D4D3VD4V3/word-of-the-day-extension
Supported Languages 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"
    }
}