lichess clock color

extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate…

Что такое lichess clock color?

lichess clock color - это расширение Chrome, разработанное adeebshihadeh, и его основная функция - "extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate…".

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

screenshot
screenshot

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

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

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

                        extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate who has more time

red background when your opponent has more time
green when you have more time than your opponent                    

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

Название lichess clock color lichess clock color
ID acbbdbhpfaaglhldigkkoacbbedhmogf
Официальный URL https://chrome.google.com/webstore/detail/lichess-clock-color/acbbdbhpfaaglhldigkkoacbbedhmogf
Описание extension to help in bullet and ultrabullet time scrambles. background changes when either player is below 5 seconds to indicate…
Размер файла 12.11 KB
Количество установок 108
Текущая Версия 0.1.1
Последнее Обновление 2018-08-21
Дата публикации 2018-08-21
Рейтинг 1.00/5 Всего 1 оценок
Разработчик adeebshihadeh
Тип оплаты free
Официальный сайт расширения https://github.com/quillford/lichess-colorclock
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "lichess clock color",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "",
    "homepage_url": "https:\/\/github.com\/quillford\/clockcolor",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "https:\/\/lichess.org\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lichess.org\/*"
            ],
            "js": [
                "inject.js"
            ]
        }
    ]
}