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 - это расширение Chrome, разработанное David, и его основная функция - "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

Скачать файл CRX расширения Word of the Day

Скачайте файлы расширений 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 Word of the Day
ID phfchbaflokkbcmimkonjhdeinnelhfm
Официальный URL 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"
    }
}