Wordle

Play Wordle whenever you want with this popup chrome extension

Co je Wordle?

Wordle je rozšíření Chrome vyvinuté Popup Games, a jeho hlavní funkcí je „Play Wordle whenever you want with this popup chrome extension“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Wordle

Stáhněte si soubory rozšíření Wordle 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í

                        Guess the Wordle in six tries. Each guess must be a valid five-letter word. Hit the enter button to submit. 

After each guess, the color of the tiles will change. Yellow means the letter is in the word but not in that position, green means that letter is in the word and in the correct position.

This game is a popup chrome extension, click on the extension's icon to open a popup window.                    

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

Název Wordle Wordle
ID dfendghlbhoeiffhplkcdlcelabelkhe
Oficiální URL https://chromewebstore.google.com/detail/wordle/dfendghlbhoeiffhplkcdlcelabelkhe
Popis Play Wordle whenever you want with this popup chrome extension
Velikost souboru 99.8 KB
Počet instalací 805
Aktuální Verze 1.0
Poslední Aktualizace 2022-03-16
Datum Vydání 2022-03-15
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Popup Games
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wordle",
    "short_name": "The Word Game",
    "version": "1.0",
    "description": "Play Wordle whenever you want with this popup chrome extension",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "offline_enabled": true,
    "action": {
        "default_title": "Wordle",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "\/wordle\/index.html"
    }
}