Move Highlighter

Highlight common moves in the Lichess engine analysis

Move Highlighter क्या है?

Move Highlighter danbock द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlight common moves in the Lichess engine analysis"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Move Highlighter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    }
}