Wordler

A helpful tool to solve that tricky wordle!

¿Qué es Wordler?

Wordler es una extensión de Chrome desarrollada por keshav2509, y su función principal es "A helpful tool to solve that tricky wordle!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Wordler

Descarga archivos de extensión Wordler en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Wordler Wordler
ID dfjikdhfbbohmofcbiofdbjgmgdjmnhe
URL Oficial https://chromewebstore.google.com/detail/wordler/dfjikdhfbbohmofcbiofdbjgmgdjmnhe
Descripción A helpful tool to solve that tricky wordle!
Tamaño del Archivo 243 KB
Cantidad de Instalaciones 14,704
Versión Actual 0.5.0
Última Actualización 2023-02-22
Fecha de Publicación 2022-02-02
Calificación 3.27/5 Total de 15 Calificaciones
Desarrollador keshav2509
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
}