Wordle - Dictionary extension

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

Co je Wordle - Dictionary extension?

Wordle - Dictionary extension je rozšíření Chrome vyvinuté Pankaj Bahekar, a jeho hlavní funkcí je „Think of this Chrome extension as your handy dictionary when playing Wordle.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Wordle - Dictionary extension

Stáhněte si soubory rozšíření Wordle - Dictionary extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Wordle - Dictionary extension Wordle - Dictionary extension
ID icbafdifdgmegfeljhihlpajpmbkmfbg
Oficiální URL https://chromewebstore.google.com/detail/wordle-dictionary-extensi/icbafdifdgmegfeljhihlpajpmbkmfbg
Popis Think of this Chrome extension as your handy dictionary when playing Wordle.
Velikost souboru 21.14 KB
Počet instalací 60
Aktuální Verze 1.0.2
Poslední Aktualizace 2022-02-23
Datum Vydání 2022-02-15
Vývojář Pankaj Bahekar
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://www.interactivephi.com/
Podporované Jazyky 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"
    }
}