Chess.com analyse at lichess

Analyse chess.com game at lichess.org for free

Chess.com analyse at lichess क्या है?

Chess.com analyse at lichess zeraye द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Analyse chess.com game at lichess.org for free"।

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

screenshot

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

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

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

                        After the game on chess.com you will have the horse icon at the top of the Chrome (right side of the search bar). After clicking on it, you will be moved to the new tab with lichess.org game analyse. Enjoy your free game analyse and learn from your mistakes!

If something is broken, let me know: [email protected]                    

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

नाम Chess.com analyse at lichess Chess.com analyse at lichess
ID mnhepnblaeiiomcdpcdnnnopmmblifke
आधिकारिक URL https://chromewebstore.google.com/detail/chesscom-analyse-at-liche/mnhepnblaeiiomcdpcdnnnopmmblifke
विवरण Analyse chess.com game at lichess.org for free
फ़ाइल का आकार 37.05 KB
स्थापना संख्या 66
वर्तमान संस्करण 1.6
अंतिम अपडेट 2022-08-23
प्रकाशन तिथि 2022-08-23
डेवलपर zeraye
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chess.com analyse at lichess",
    "version": "1.6",
    "description": "Analyse chess.com game at lichess.org for free",
    "icons": {
        "512": "icons\/icon-512.png"
    },
    "host_permissions": [
        "https:\/\/www.chess.com\/",
        "https:\/\/api.chess.com\/",
        "https:\/\/lichess.org\/"
    ],
    "permissions": [
        "declarativeContent",
        "scripting",
        "activeTab"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "512": "icons\/page-action-icon-512.png"
        },
        "default_title": "Analyse game"
    }
}