Wordler

A helpful tool to solve that tricky wordle!

Co je Wordler?

Wordler je rozšíření Chrome vyvinuté keshav2509, a jeho hlavní funkcí je „A helpful tool to solve that tricky wordle!“.

Snímky obrazovky rozšíření

screenshot
screenshot

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

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

                        Use the wordle itself or the letters which the wordle may have and the letters which aren't a part of the wordle to hunt down the word.

Find your word based on the letters you know are present, their location and letters which aren't the part of the wordle.

This extension can be used not only for the official wordle but many other versions of wordle and other games like scrabble etc.                    

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

Název Wordler Wordler
ID dfjikdhfbbohmofcbiofdbjgmgdjmnhe
Oficiální URL https://chromewebstore.google.com/detail/wordler/dfjikdhfbbohmofcbiofdbjgmgdjmnhe
Popis A helpful tool to solve that tricky wordle!
Velikost souboru 243 KB
Počet instalací 14,704
Aktuální Verze 0.5.0
Poslední Aktualizace 2023-02-22
Datum Vydání 2022-02-02
Hodnocení 3.27/5 Celkem 15 Hodnocení
Vývojář keshav2509
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Wordler",
    "description": "A helpful tool to solve that tricky wordle!",
    "version": "0.5.0",
    "manifest_version": 3,
    "permissions": [],
    "icons": {
        "96": "wordler_96.png",
        "128": "wordler.png"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}