Wordler

A helpful tool to solve that tricky wordle!

Что такое Wordler?

Wordler - это расширение Chrome, разработанное keshav2509, и его основная функция - "A helpful tool to solve that tricky wordle!".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Wordler

Скачайте файлы расширений Wordler в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Wordler Wordler
ID dfjikdhfbbohmofcbiofdbjgmgdjmnhe
Официальный URL https://chromewebstore.google.com/detail/wordler/dfjikdhfbbohmofcbiofdbjgmgdjmnhe
Описание A helpful tool to solve that tricky wordle!
Размер файла 243 KB
Количество установок 14,704
Текущая Версия 0.5.0
Последнее Обновление 2023-02-22
Дата публикации 2022-02-02
Рейтинг 3.27/5 Всего 15 оценок
Разработчик keshav2509
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
}