Opening Chooser

Based on the first few chess moves, chooses a random opening for you to play

Opening Chooser क्या है?

Opening Chooser usama8800 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Based on the first few chess moves, chooses a random opening for you to play"।

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

screenshot
screenshot

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

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

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

                        Recommend a random opening based on current position. Currently works on lichess.org
You need to be signed in or have board coordinates on for the extension to know what color you are. Otherwise it assumes white.

Should help learn chess instead of playing the same opening every game and just memorizing moves                    

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

नाम Opening Chooser Opening Chooser
ID jflaiafkhoeaioflgdfflipkbnhmngie
आधिकारिक URL https://chromewebstore.google.com/detail/opening-chooser/jflaiafkhoeaioflgdfflipkbnhmngie
विवरण Based on the first few chess moves, chooses a random opening for you to play
फ़ाइल का आकार 130 KB
स्थापना संख्या 289
वर्तमान संस्करण 1.0
अंतिम अपडेट 2021-01-26
प्रकाशन तिथि 2021-01-26
रेटिंग 3.00/5 कुल 4 रेटिंग्स
डेवलपर usama8800
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Opening Chooser",
    "version": "1.0",
    "description": "Based on the first few chess moves, chooses a random opening for you to play",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/lichess.org\/*"
            ],
            "css": [
                "lichess.org.css"
            ],
            "js": [
                "chess.js",
                "eco.js",
                "jquery.min.js",
                "lichess.org.js"
            ]
        }
    ]
}