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 to jest Word of the Day?
Word of the Day to rozszerzenie Chrome opracowane przez David, a jego główną funkcją jest „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…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Word of the Day
Pobierz pliki rozszerzeń Word of the Day w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Word of the Day |
ID | phfchbaflokkbcmimkonjhdeinnelhfm |
Oficjalny URL | https://chromewebstore.google.com/detail/word-of-the-day/phfchbaflokkbcmimkonjhdeinnelhfm |
Opis | 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… |
Rozmiar pliku | 570 KB |
Liczba instalacji | 20 |
Aktualna Wersja | 1.2 |
Ostatnia Aktualizacja | 2022-06-07 |
Data Publikacji | 2021-11-23 |
Deweloper | David |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/D4D3VD4V3/word-of-the-day-extension |
Obsługiwane Języki | 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" } } |