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…

Cos'è Word of the Day?

Word of the Day è un'estensione di Chrome sviluppata da David, e la sua funzione principale è "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…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Word of the Day

Scarica i file di estensione Word of the Day in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Word of the Day Word of the Day
ID phfchbaflokkbcmimkonjhdeinnelhfm
URL Ufficiale https://chromewebstore.google.com/detail/word-of-the-day/phfchbaflokkbcmimkonjhdeinnelhfm
Descrizione 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…
Dimensione del File 570 KB
Conteggio Installazioni 20
Versione Corrente 1.2
Ultimo Aggiornamento 2022-06-07
Data di Pubblicazione 2021-11-23
Sviluppatore David
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/D4D3VD4V3/word-of-the-day-extension
Lingue Supportate 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"
    }
}