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