Wordle

Play Wordle whenever you want with this popup chrome extension

O que é Wordle?

Wordle é uma extensão do Chrome desenvolvida por Popup Games, e sua principal característica é "Play Wordle whenever you want with this popup chrome extension".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Wordle

Baixe arquivos de extensão Wordle 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

                        Guess the Wordle in six tries. Each guess must be a valid five-letter word. Hit the enter button to submit. 

After each guess, the color of the tiles will change. Yellow means the letter is in the word but not in that position, green means that letter is in the word and in the correct position.

This game is a popup chrome extension, click on the extension's icon to open a popup window.                    

Informações Básicas da Extensão

Nome Wordle Wordle
ID dfendghlbhoeiffhplkcdlcelabelkhe
URL Oficial https://chromewebstore.google.com/detail/wordle/dfendghlbhoeiffhplkcdlcelabelkhe
Descrição Play Wordle whenever you want with this popup chrome extension
Tamanho do Arquivo 99.8 KB
Contagem de Instalações 805
Versão Atual 1.0
Última Atualização 2022-03-16
Data de Publicação 2022-03-15
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Popup Games
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Wordle",
    "short_name": "The Word Game",
    "version": "1.0",
    "description": "Play Wordle whenever you want with this popup chrome extension",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "offline_enabled": true,
    "action": {
        "default_title": "Wordle",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        },
        "default_popup": "\/wordle\/index.html"
    }
}