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…

Vad är Word of the Day?

Word of the Day är en Chrome-tillägg utvecklad av David, och dess huvudfunktion är "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…".

Tilläggsskärmbilder

screenshot

Ladda ner Word of the Day-förlängningens CRX-fil

Ladda ner Word of the Day-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Word of the Day Word of the Day
ID phfchbaflokkbcmimkonjhdeinnelhfm
Officiell webbadress https://chromewebstore.google.com/detail/word-of-the-day/phfchbaflokkbcmimkonjhdeinnelhfm
Beskrivning 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…
Filstorlek 570 KB
Antal Installationer 20
Aktuell Version 1.2
Senast Uppdaterad 2022-06-07
Publiceringsdatum 2021-11-23
Utvecklare David
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/D4D3VD4V3/word-of-the-day-extension
Stödda Språk 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"
    }
}