Wordle - Dictionary extension

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

Co to jest Wordle - Dictionary extension?

Wordle - Dictionary extension to rozszerzenie Chrome opracowane przez Pankaj Bahekar, a jego główną funkcją jest „Think of this Chrome extension as your handy dictionary when playing Wordle.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Wordle - Dictionary extension

Pobierz pliki rozszerzeń Wordle - Dictionary extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Wordle - Dictionary extension Wordle - Dictionary extension
ID icbafdifdgmegfeljhihlpajpmbkmfbg
Oficjalny URL https://chromewebstore.google.com/detail/wordle-dictionary-extensi/icbafdifdgmegfeljhihlpajpmbkmfbg
Opis Think of this Chrome extension as your handy dictionary when playing Wordle.
Rozmiar pliku 21.14 KB
Liczba instalacji 60
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2022-02-23
Data Publikacji 2022-02-15
Deweloper Pankaj Bahekar
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.interactivephi.com/
Obsługiwane Języki 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"
    }
}