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에 의해 개발된 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…"입니다.

확장 프로그램 스크린샷

screenshot

Word of the Day 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}