Wordle

Play Wordle whenever you want with this popup chrome extension

Что такое Wordle?

Wordle - это расширение Chrome, разработанное Popup Games, и его основная функция - "Play Wordle whenever you want with this popup chrome extension".

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

screenshot
screenshot

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

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

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

                        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.                    

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

Название Wordle Wordle
ID dfendghlbhoeiffhplkcdlcelabelkhe
Официальный URL https://chromewebstore.google.com/detail/wordle/dfendghlbhoeiffhplkcdlcelabelkhe
Описание Play Wordle whenever you want with this popup chrome extension
Размер файла 99.8 KB
Количество установок 805
Текущая Версия 1.0
Последнее Обновление 2022-03-16
Дата публикации 2022-03-15
Рейтинг 5.00/5 Всего 1 оценок
Разработчик Popup Games
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}