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…
Qu'est-ce que Word of the Day ?
Word of the Day est une extension Chrome développée par David, et sa fonction principale est "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…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Word of the Day
Téléchargez les fichiers d'extension Word of the Day au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Word of the Day |
ID | phfchbaflokkbcmimkonjhdeinnelhfm |
URL Officiel | https://chromewebstore.google.com/detail/word-of-the-day/phfchbaflokkbcmimkonjhdeinnelhfm |
Description | 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… |
Taille du Fichier | 570 KB |
Nombre d'Installations | 20 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2022-06-07 |
Date de Publication | 2021-11-23 |
Développeur | David |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/D4D3VD4V3/word-of-the-day-extension |
Langues Prises en Charge | 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" } } |