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文件

下載Move Highlighter擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}