Move Highlighter
Highlight common moves in the Lichess engine analysis
¿Qué es Move Highlighter?
Move Highlighter es una extensión de Chrome desarrollada por danbock, y su función principal es "Highlight common moves in the Lichess engine analysis".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Move Highlighter
Descarga archivos de extensión Move Highlighter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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".
Información Básica de la Extensión
Nombre | Move Highlighter |
ID | mjonchgaeohkmdjemlchehdfmfegcgpf |
URL Oficial | https://chromewebstore.google.com/detail/move-highlighter/mjonchgaeohkmdjemlchehdfmfegcgpf |
Descripción | Highlight common moves in the Lichess engine analysis |
Tamaño del Archivo | 17.85 KB |
Cantidad de Instalaciones | 244 |
Versión Actual | 0.0.1 |
Última Actualización | 2023-06-07 |
Fecha de Publicación | 2023-06-07 |
Calificación | 5.00/5 Total de 2 Calificaciones |
Desarrollador | danbock |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |