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"
    }
}