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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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