Move Highlighter

Highlight common moves in the Lichess engine analysis

Was ist Move Highlighter?

Move Highlighter ist eine Chrome-Erweiterung, die von danbock entwickelt wurde, und ihr Hauptmerkmal ist "Highlight common moves in the Lichess engine analysis".

Erweiterungsscreenshots

screenshot

Move Highlighter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Move Highlighter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Move Highlighter Move Highlighter
ID mjonchgaeohkmdjemlchehdfmfegcgpf
Offizielle URL https://chromewebstore.google.com/detail/move-highlighter/mjonchgaeohkmdjemlchehdfmfegcgpf
Beschreibung Highlight common moves in the Lichess engine analysis
Dateigröße 17.85 KB
Installationsanzahl 244
Aktuelle Version 0.0.1
Letztes Update 2023-06-07
Veröffentlichungsdatum 2023-06-07
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler danbock
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}