Move Highlighter
Highlight common moves in the Lichess engine analysis
O que é Move Highlighter?
Move Highlighter é uma extensão do Chrome desenvolvida por danbock, e sua principal característica é "Highlight common moves in the Lichess engine analysis".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Move Highlighter
Baixe arquivos de extensão Move Highlighter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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".
Informações Básicas da Extensão
Nome | Move Highlighter |
ID | mjonchgaeohkmdjemlchehdfmfegcgpf |
URL Oficial | https://chromewebstore.google.com/detail/move-highlighter/mjonchgaeohkmdjemlchehdfmfegcgpf |
Descrição | Highlight common moves in the Lichess engine analysis |
Tamanho do Arquivo | 17.85 KB |
Contagem de Instalações | 244 |
Versão Atual | 0.0.1 |
Última Atualização | 2023-06-07 |
Data de Publicação | 2023-06-07 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | danbock |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |