Wordler

A helpful tool to solve that tricky wordle!

Co to jest Wordler?

Wordler to rozszerzenie Chrome opracowane przez keshav2509, a jego główną funkcją jest „A helpful tool to solve that tricky wordle!”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Wordler

Pobierz pliki rozszerzeń Wordler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Wordler Wordler
ID dfjikdhfbbohmofcbiofdbjgmgdjmnhe
Oficjalny URL https://chromewebstore.google.com/detail/wordler/dfjikdhfbbohmofcbiofdbjgmgdjmnhe
Opis A helpful tool to solve that tricky wordle!
Rozmiar pliku 243 KB
Liczba instalacji 14,704
Aktualna Wersja 0.5.0
Ostatnia Aktualizacja 2023-02-22
Data Publikacji 2022-02-02
Ocena 3.27/5 Łącznie 15 Oceny
Deweloper keshav2509
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}