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…
Was ist Word of the Day?
Word of the Day ist eine Chrome-Erweiterung, die von David entwickelt wurde, und ihr Hauptmerkmal ist "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…".
Erweiterungsscreenshots
Word of the Day-Erweiterungs-CRX-Datei herunterladen
Laden Sie Word of the Day-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Word of the Day |
ID | phfchbaflokkbcmimkonjhdeinnelhfm |
Offizielle URL | https://chromewebstore.google.com/detail/word-of-the-day/phfchbaflokkbcmimkonjhdeinnelhfm |
Beschreibung | 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… |
Dateigröße | 570 KB |
Installationsanzahl | 20 |
Aktuelle Version | 1.2 |
Letztes Update | 2022-06-07 |
Veröffentlichungsdatum | 2021-11-23 |
Entwickler | David |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/D4D3VD4V3/word-of-the-day-extension |
Unterstützte Sprachen | 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" } } |