Two-Line Eval Bar for Chess.com

This eval bar shows the difference between the best & second-best line on any move. Perfect for following intense, high-level games!

Two-Line Eval Bar for Chess.com क्या है?

Two-Line Eval Bar for Chess.com boring person द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This eval bar shows the difference between the best & second-best line on any move. Perfect for following intense, high-level games!"।

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

screenshot

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

crx प्रारूप में Two-Line Eval Bar for Chess.com एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

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

                        USAGE NOTES:

Whenever your webpage loads, the analysis bar should reload and buffer - this indicates that the Two-Line Eval is active. You may have to re-toggle the extension on-off-on to ensure it is working. By default, the extension is turned OFF whenever you load into a page, so even if you had toggled it "ON" previously, you will have to toggle it "ON-OFF-ON" again to restart the Two-Line Evaluation.

Depending on the side whose turn it is to move, the bar will load a slightly darker/lighter shaded section for each side, which represents the difference in evaluation between playing the best move and the second-best move. It may take some getting used to, but is fairly intuitive. 

The best use-case for this extension is for following classical chess, especially where a high-level player may have to make multiple only-moves in a row in a given position.                    

एक्सटेंशन की मूल जानकारी

नाम Two-Line Eval Bar for Chess.com Two-Line Eval Bar for Chess.com
ID efmjcnaiddbchfhiklfcaogjeilcnpoc
आधिकारिक URL https://chromewebstore.google.com/detail/two-line-eval-bar-for-che/efmjcnaiddbchfhiklfcaogjeilcnpoc
विवरण This eval bar shows the difference between the best & second-best line on any move. Perfect for following intense, high-level games!
फ़ाइल का आकार 28.5 KB
स्थापना संख्या 51
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2024-01-22
प्रकाशन तिथि 2023-08-14
डेवलपर boring person
ईमेल [email protected]
भुगतान के प्रकार free
सहायता पृष्ठ URL https://www.reddit.com/message/compose/?to=BKtheInfamous
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Two-Line Eval Bar for Chess.com",
    "description": "This eval bar shows the difference between the best & second-best line on any move. Perfect for following intense, high-level games!",
    "version": "0.1.0",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "js": [
                "contentScript.js"
            ],
            "matches": [
                "https:\/\/www.chess.com\/events\/*",
                "https:\/\/www.chess.com\/game\/live\/*",
                "https:\/\/www.chess.com\/*",
                "https:\/\/www.chess.com\/analysis?tab=analysis",
                "https:\/\/www.chess.com\/analysis",
                "https:\/\/www.chess.com\/analysis\/game\/live\/*"
            ]
        }
    ]
}