Wordle

Play Wordle whenever you want with this popup chrome extension

Hvad er Wordle?

Wordle er en Chrome-udvidelse udviklet af Popup Games, og dens hovedfunktion er "Play Wordle whenever you want with this popup chrome extension".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Wordle-udvidelses-CRX-fil

Download Wordle-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Wordle Wordle
ID dfendghlbhoeiffhplkcdlcelabelkhe
Officiel URL https://chromewebstore.google.com/detail/wordle/dfendghlbhoeiffhplkcdlcelabelkhe
Beskrivelse Play Wordle whenever you want with this popup chrome extension
Filstørrelse 99.8 KB
Antal Installationer 805
Nuværende Version 1.0
Senest Opdateret 2022-03-16
Udgivelsesdato 2022-03-15
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Popup Games
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    }
}