Lichess.org chat/whisper with move numbers

Send chat messages or whisper to spectators room with move numbers

Что такое Lichess.org chat/whisper with move numbers?

Lichess.org chat/whisper with move numbers - это расширение Chrome, разработанное timothyha, и его основная функция - "Send chat messages or whisper to spectators room with move numbers".

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

screenshot

Скачать файл CRX расширения Lichess.org chat/whisper with move numbers

Скачайте файлы расширений Lichess.org chat/whisper with move numbers в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

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

                        Automatically adds move numbers when you chat with your Lichess.org opponent or send "whispers" to the spectators' room. Helps them follow the thought process.                    

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

Название Lichess.org chat/whisper with move numbers Lichess.org chat/whisper with move numbers
ID gljgfgfejfcopcjhaienfhbmcpopbhhp
Официальный URL https://chromewebstore.google.com/detail/lichessorg-chatwhisper-wi/gljgfgfejfcopcjhaienfhbmcpopbhhp
Описание Send chat messages or whisper to spectators room with move numbers
Размер файла 425 KB
Количество установок 249
Текущая Версия 2021.03.14
Последнее Обновление 2021-03-13
Дата публикации 2020-05-21
Рейтинг 4.56/5 Всего 9 оценок
Разработчик timothyha
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/timothyha/lichess-chat-whisper-with-move-numbers
URL страницы помощи https://github.com/timothyha/lichess-chat-whisper-with-move-numbers
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Lichess.org chat\/whisper with move numbers",
    "version": "2021.03.14",
    "description": "Send chat messages or whisper to spectators room with move numbers",
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/lichess.org\/*"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "icons": {
        "128": "icon128.png"
    },
    "applications": {
        "gecko": {
            "id": "Lichess_Chat_Whisper_Move_Numbers"
        }
    }
}