Wordler

A helpful tool to solve that tricky wordle!

Vad är Wordler?

Wordler är en Chrome-tillägg utvecklad av keshav2509, och dess huvudfunktion är "A helpful tool to solve that tricky wordle!".

Tilläggsskärmbilder

screenshot
screenshot

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

Ladda ner Wordler-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

                        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.                    

Grundläggande Information om Tillägg

Namn Wordler Wordler
ID dfjikdhfbbohmofcbiofdbjgmgdjmnhe
Officiell webbadress https://chromewebstore.google.com/detail/wordler/dfjikdhfbbohmofcbiofdbjgmgdjmnhe
Beskrivning A helpful tool to solve that tricky wordle!
Filstorlek 243 KB
Antal Installationer 14,704
Aktuell Version 0.5.0
Senast Uppdaterad 2023-02-22
Publiceringsdatum 2022-02-02
Betyg 3.27/5 Totalt 15 Betyg
Utvecklare keshav2509
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}