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 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 फ़ाइल डाउनलोड करें

crx प्रारूप में Word of the Day एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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