Move Highlighter

Highlight common moves in the Lichess engine analysis

What is Move Highlighter?

Move Highlighter is a Chrome extension developed by danbock, and its main feature is "Highlight common moves in the Lichess engine analysis".

Extension Screenshots

screenshot

Download Move Highlighter Extension CRX File

Download Move Highlighter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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".                    

Extension Basic Information

Name Move Highlighter Move Highlighter
ID mjonchgaeohkmdjemlchehdfmfegcgpf
Official URL https://chromewebstore.google.com/detail/move-highlighter/mjonchgaeohkmdjemlchehdfmfegcgpf
Description Highlight common moves in the Lichess engine analysis
File Size 17.85 KB
Installation Count 244
Current Version 0.0.1
Last Updated 2023-06-07
Publish Date 2023-06-07
Rating 5.00/5 Total 2 Ratings
Developer danbock
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}