Wordler

A helpful tool to solve that tricky wordle!

Hvad er Wordler?

Wordler er en Chrome-udvidelse udviklet af keshav2509, og dens hovedfunktion er "A helpful tool to solve that tricky wordle!".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Wordler-udvidelses-CRX-fil

Download Wordler-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Wordler Wordler
ID dfjikdhfbbohmofcbiofdbjgmgdjmnhe
Officiel URL https://chromewebstore.google.com/detail/wordler/dfjikdhfbbohmofcbiofdbjgmgdjmnhe
Beskrivelse A helpful tool to solve that tricky wordle!
Filstørrelse 243 KB
Antal Installationer 14,704
Nuværende Version 0.5.0
Senest Opdateret 2023-02-22
Udgivelsesdato 2022-02-02
Bedømmelse 3.27/5 Samlet 15 Bedømmelser
Udvikler keshav2509
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}