Opening Chooser

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

Opening Chooserคืออะไร?

Opening Chooser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย usama8800 และคุณลักษณะหลักของมันคือ "Based on the first few chess moves, chooses a random opening for you to play"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Opening Chooser

ดาวน์โหลดไฟล์ส่วนขยาย Opening Chooser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
            ]
        }
    ]
}