Wordle - Dictionary extension

Think of this Chrome extension as your handy dictionary when playing Wordle.

Wordle - Dictionary extensionとは何ですか?

Wordle - Dictionary extensionはPankaj Bahekarによって開発されたChromeの拡張機能で、その主な機能は「Think of this Chrome extension as your handy dictionary when playing Wordle.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Wordle - Dictionary extension拡張機能のCRXファイルをダウンロード

Wordle - Dictionary extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        It displays the meaning of words as you enter them, helping you to improve your vocabulary as you go.

How it works:
1. Install this extension
2. Navigate to https://www.nytimes.com/games/wordle/index.html and start playing Wordle.
3. Your guessed word's dictionary meaning will show up next to it.
4. If the word you entered has multiple meanings, you'll see the definitions appear one after the other

- The extension will only display a word's meaning after the game has accepted your input as a valid word. 
- This extension will not help you with any recommendations or assist in winning the game, unfortunately! 
- The extension supports both dark and light mode                    

拡張機能の基本情報

名前 Wordle - Dictionary extension Wordle - Dictionary extension
ID icbafdifdgmegfeljhihlpajpmbkmfbg
公式URL https://chromewebstore.google.com/detail/wordle-dictionary-extensi/icbafdifdgmegfeljhihlpajpmbkmfbg
説明 Think of this Chrome extension as your handy dictionary when playing Wordle.
ファイルサイズ 21.14 KB
インストール数 60
現在のバージョン 1.0.2
最終更新日 2022-02-23
公開日 2022-02-15
開発者 Pankaj Bahekar
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.interactivephi.com/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wordle - Dictionary extension",
    "description": "Think of this Chrome extension as your handy dictionary when playing Wordle.",
    "version": "1.0.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.nytimes.com\/games\/wordle\/index.html"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/128.png",
            "32": "\/128.png",
            "48": "\/128.png",
            "128": "\/128.png"
        }
    },
    "icons": {
        "16": "\/128.png",
        "32": "\/128.png",
        "48": "\/128.png",
        "128": "\/128.png"
    }
}