Move Highlighter

Highlight common moves in the Lichess engine analysis

Move Highlighter란 무엇입니까?

Move Highlighter은(는) danbock에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Highlight common moves in the Lichess engine analysis"입니다.

확장 프로그램 스크린샷

screenshot

Move Highlighter 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Move Highlighter helps you make sense of the Lichess engine analysis, which can help you get better at chess.

Lichess's engine analysis normally shows five lines of chess notation in black and white. You can read through each line one at a time, but sometimes it's hard to understand what the engine is trying to tell you. Wouldn't it be great if you could quickly identify moves that exist in multiple lines? That's what Move Highlighter does. The most common moves are highlighted, each in its own color. If the move Nf3 is in all five lines, you'll be able to tell at a glance, because Nf3 will be highlighted in (for example) green, everywhere it shows up, and the human eye can quickly spot all the green highlighting a lot more easily than it can spot all the instances of text like "Nf3".                    

확장 프로그램 기본 정보

이름 Move Highlighter Move Highlighter
ID mjonchgaeohkmdjemlchehdfmfegcgpf
공식 URL https://chromewebstore.google.com/detail/move-highlighter/mjonchgaeohkmdjemlchehdfmfegcgpf
설명 Highlight common moves in the Lichess engine analysis
파일 크기 17.85 KB
설치 횟수 244
현재 버전 0.0.1
최근 업데이트 2023-06-07
출시 날짜 2023-06-07
평점 5.00/5 총 2 개의 평점
개발자 danbock
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Move Highlighter",
    "version": "0.0.1",
    "description": "Highlight common moves in the Lichess engine analysis",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/lichess.org\/*"
            ]
        }
    ],
    "action": [],
    "icons": {
        "128": "icon.png"
    }
}