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ファイルをダウンロード

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
Eメール [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"
    }
}