Wordler

A helpful tool to solve that tricky wordle!

O que é Wordler?

Wordler é uma extensão do Chrome desenvolvida por keshav2509, e sua principal característica é "A helpful tool to solve that tricky wordle!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Wordler

Baixe arquivos de extensão Wordler no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Wordler Wordler
ID dfjikdhfbbohmofcbiofdbjgmgdjmnhe
URL Oficial https://chromewebstore.google.com/detail/wordler/dfjikdhfbbohmofcbiofdbjgmgdjmnhe
Descrição A helpful tool to solve that tricky wordle!
Tamanho do Arquivo 243 KB
Contagem de Instalações 14,704
Versão Atual 0.5.0
Última Atualização 2023-02-22
Data de Publicação 2022-02-02
Classificação 3.27/5 Total de 15 Avaliações
Desenvolvedor keshav2509
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}