Arrows For Chess.com

Adds arrows to the analysis view on chess.com

Что такое Arrows For Chess.com?

Arrows For Chess.com - это расширение Chrome, разработанное philipp, и его основная функция - "Adds arrows to the analysis view on chess.com".

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

screenshot
screenshot

Скачать файл CRX расширения Arrows For Chess.com

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

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

                        Adds arrows for the top engine lines to the analysis view on chess.com
- The orange arrows show you the best moves
- The thickness of the arrows indicates how good a move is compared to the other top-moves

How it works:
- Go to the game review view on chess.com (https://www.chess.com/analysis/game/live/...)
- Open the analysis tab
- Enable the "Best Move Arrows"-Toggle (-> visible in the screenshot)                    

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

Название Arrows For Chess.com Arrows For Chess.com
ID deaiombfofdgoldipnjjgbjkhledjhaj
Официальный URL https://chrome.google.com/webstore/detail/arrows-for-chesscom/deaiombfofdgoldipnjjgbjkhledjhaj
Описание Adds arrows to the analysis view on chess.com
Размер файла 100 KB
Количество установок 322
Текущая Версия 0.1.2
Последнее Обновление 2022-06-05
Дата публикации 2022-05-31
Рейтинг 1.50/5 Всего 2 оценок
Разработчик philipp
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Arrows For Chess.com",
    "manifest_version": 3,
    "version": "0.1.2",
    "description": "Adds arrows to the analysis view on chess.com",
    "icons": {
        "16": "icons\/crown_16.png",
        "32": "icons\/crown_32.png",
        "64": "icons\/crown_64.png",
        "128": "icons\/crown_128.png",
        "512": "icons\/crown_512.png"
    },
    "content_scripts": [
        {
            "css": [
                "app.css"
            ],
            "js": [
                "app.js"
            ],
            "matches": [
                "https:\/\/www.chess.com\/analysis\/game\/live\/*"
            ]
        }
    ]
}