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…

Co je Word of the Day?

Word of the Day je rozšíření Chrome vyvinuté David, a jeho hlavní funkcí je „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…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Word of the Day

Stáhněte si soubory rozšíření Word of the Day ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Word of the Day Word of the Day
ID phfchbaflokkbcmimkonjhdeinnelhfm
Oficiální URL https://chromewebstore.google.com/detail/word-of-the-day/phfchbaflokkbcmimkonjhdeinnelhfm
Popis 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…
Velikost souboru 570 KB
Počet instalací 20
Aktuální Verze 1.2
Poslední Aktualizace 2022-06-07
Datum Vydání 2021-11-23
Vývojář David
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/D4D3VD4V3/word-of-the-day-extension
Podporované Jazyky 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"
    }
}