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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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