Wordle

Play Wordle whenever you want with this popup chrome extension

Vad är Wordle?

Wordle är en Chrome-tillägg utvecklad av Popup Games, och dess huvudfunktion är "Play Wordle whenever you want with this popup chrome extension".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Wordle-förlängningens CRX-fil

Ladda ner Wordle-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Wordle Wordle
ID dfendghlbhoeiffhplkcdlcelabelkhe
Officiell webbadress https://chromewebstore.google.com/detail/wordle/dfendghlbhoeiffhplkcdlcelabelkhe
Beskrivning Play Wordle whenever you want with this popup chrome extension
Filstorlek 99.8 KB
Antal Installationer 805
Aktuell Version 1.0
Senast Uppdaterad 2022-03-16
Publiceringsdatum 2022-03-15
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare Popup Games
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    }
}