Wordle

Play Wordle whenever you want with this popup chrome extension

Cos'è Wordle?

Wordle è un'estensione di Chrome sviluppata da Popup Games, e la sua funzione principale è "Play Wordle whenever you want with this popup chrome extension".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Wordle

Scarica i file di estensione Wordle 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Wordle Wordle
ID dfendghlbhoeiffhplkcdlcelabelkhe
URL Ufficiale https://chromewebstore.google.com/detail/wordle/dfendghlbhoeiffhplkcdlcelabelkhe
Descrizione Play Wordle whenever you want with this popup chrome extension
Dimensione del File 99.8 KB
Conteggio Installazioni 805
Versione Corrente 1.0
Ultimo Aggiornamento 2022-03-16
Data di Pubblicazione 2022-03-15
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Popup Games
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}