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是由Nhan Nguyen開發的Chrome擴展程式,該擴展的主要功能是“Aid players learning while playing their games on chess.com. Graphics and data from chessok.com”。

擴展截圖

screenshot

下載Chess Opening Explorer擴展crx文件

下載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
官方網址 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"
}