Chess Opening Explorer

Aid players learning while playing their games on chess.com. Graphics and data from chessok.com

Chess Opening Explorerคืออะไร?

Chess Opening Explorer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nhan Nguyen และคุณลักษณะหลักของมันคือ "Aid players learning while playing their games on chess.com. Graphics and data from chessok.com"

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

screenshot

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

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

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

                        Open a little table to help chess.com player pick their next opening move. Information included number of games, winning percentages and more...

Thanks chessok.com for their free chess opening tree :).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Chess Opening Explorer Chess Opening Explorer
ID fijncdcfiafomlkmhkhnjnfcaolddoca
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chess-opening-explorer/fijncdcfiafomlkmhkhnjnfcaolddoca
คำอธิบาย Aid players learning while playing their games on chess.com. Graphics and data from chessok.com
ขนาดไฟล์ 21.99 KB
จำนวนการติดตั้ง 700
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2014-09-09
วันที่เผยแพร่ 2014-09-09
คะแนน 3.24/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา Nhan Nguyen
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/www.chess.com\/echess\/game*"
            ]
        }
    ],
    "description": "Aid players learning while playing their games on chess.com. Graphics and data from chessok.com",
    "icons": {
        "128": "Chess-icon-128.png",
        "16": "Chess-icon.png",
        "48": "Chess-icon-48.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC8SyOkcPbCPUNLPyZLlNHQ8zOFhyPCM87V0baD1SAh4lnnLnt3o5KodL12xZlfJRquqqXS+IWgnmb5z72a8rHXL6YJzutrBKuHxI+qphy+r355\/ypae7bmzuQ9Qytk36ecO2p\/Oz\/TVgKtAiEbpmpM8gU5aC6b\/G6wa4nWKUbspwIDAQAB",
    "manifest_version": 2,
    "name": "Chess Opening Explorer",
    "page_action": {
        "default_icon": "Chess-icon.png",
        "default_popup": "popup.html",
        "default_title": "Opening explorer"
    },
    "permissions": [
        "tabs",
        "http:\/\/chessok.com\/"
    ],
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}