Wordler

A helpful tool to solve that tricky wordle!

Was ist Wordler?

Wordler ist eine Chrome-Erweiterung, die von keshav2509 entwickelt wurde, und ihr Hauptmerkmal ist "A helpful tool to solve that tricky wordle!".

Erweiterungsscreenshots

screenshot
screenshot

Wordler-Erweiterungs-CRX-Datei herunterladen

Laden Sie Wordler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Wordler Wordler
ID dfjikdhfbbohmofcbiofdbjgmgdjmnhe
Offizielle URL https://chromewebstore.google.com/detail/wordler/dfjikdhfbbohmofcbiofdbjgmgdjmnhe
Beschreibung A helpful tool to solve that tricky wordle!
Dateigröße 243 KB
Installationsanzahl 14,704
Aktuelle Version 0.5.0
Letztes Update 2023-02-22
Veröffentlichungsdatum 2022-02-02
Bewertung 3.27/5 Insgesamt 15 Bewertungen
Entwickler keshav2509
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}