Wordler

A helpful tool to solve that tricky wordle!

Cos'è Wordler?

Wordler è un'estensione di Chrome sviluppata da keshav2509, e la sua funzione principale è "A helpful tool to solve that tricky wordle!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Wordler

Scarica i file di estensione Wordler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Wordler Wordler
ID dfjikdhfbbohmofcbiofdbjgmgdjmnhe
URL Ufficiale https://chromewebstore.google.com/detail/wordler/dfjikdhfbbohmofcbiofdbjgmgdjmnhe
Descrizione A helpful tool to solve that tricky wordle!
Dimensione del File 243 KB
Conteggio Installazioni 14,704
Versione Corrente 0.5.0
Ultimo Aggiornamento 2023-02-22
Data di Pubblicazione 2022-02-02
Valutazione 3.27/5 Totale 15 Valutazioni
Sviluppatore keshav2509
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}