ChessExpert

The next-generation chess move calculator.

ChessExpert क्या है?

ChessExpert https://chessexpert.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The next-generation chess move calculator."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        ChessExpert automatically analyze chess positions on websites like chess.com or lichess.org.

ChessExpert calculate the best move and additional variants while playing the game.

ChessExpert can read positions from any website via user context menu option (right click on image or video).

Supported websites:
- lichess.org
- chess.com
- immortal.game
... and many more.

Key features:
- best move calculator
- PDF recognition
- image recognition
- video recognition (YouTube)
- user context menu (right mouse click) for images and videos

* ChessExpert doesn't collect any user information. The purpose of this extension is to improve user skills during the game.

 See more on https://chessexpert.io                    

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

नाम ChessExpert ChessExpert
ID kfidegdomeiilkkfbffchbpamebbdfbi
आधिकारिक URL https://chromewebstore.google.com/detail/chessexpert/kfidegdomeiilkkfbffchbpamebbdfbi
विवरण The next-generation chess move calculator.
फ़ाइल का आकार 15.61 KB
स्थापना संख्या 3,000
वर्तमान संस्करण 2.4.3
अंतिम अपडेट 2023-08-21
प्रकाशन तिथि 2022-03-01
रेटिंग 3.92/5 कुल 13 रेटिंग्स
डेवलपर https://chessexpert.io
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChessExpert",
    "short_name": "ChessExpert",
    "description": "The next-generation chess move calculator.",
    "version": "2.4.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_origin_as_fallback": true,
            "run_at": "document_end",
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    }
}