Chess.com Analysis

Opens PGN of a Chess.com game in lichess.org analysis

Chess.com Analysis란 무엇입니까?

Chess.com Analysis은(는) Allan Rempel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Opens PGN of a Chess.com game in lichess.org analysis"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Chess.com Analysis 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Free in-depth analysis of completed Chess.com games. Review your game as it points out mistakes and shows you how you could've played better.

You can only analyse finished games. Analysing ongoing games is also called cheating.

Note that I am not affiliated with Chess.com or lichess.org, I simply made this extension to connect the two.


Icon CC-BY-SA 3.0, https://commons.wikimedia.org/wiki/User:Antonsusi                    

확장 프로그램 기본 정보

이름 Chess.com Analysis Chess.com Analysis
ID ijnendcpnjbajnnlojialgndjknlemem
공식 URL https://chrome.google.com/webstore/detail/chesscom-analysis/ijnendcpnjbajnnlojialgndjknlemem
설명 Opens PGN of a Chess.com game in lichess.org analysis
파일 크기 120 KB
설치 횟수 771
현재 버전 1.2
최근 업데이트 2015-02-02
출시 날짜 2015-02-02
평점 3.75/5 총 24 개의 평점
개발자 Allan Rempel
결제 유형 free
지원되는 언어 de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.2",
    "icons": {
        "16": "images\/knight16.png",
        "32": "images\/knight32.png",
        "64": "images\/knight64.png",
        "128": "images\/knight128.png",
        "256": "images\/knight256.png",
        "512": "images\/knight512.png"
    },
    "permissions": [
        "tabs",
        "http:\/\/www.chess.com\/",
        "http:\/\/*.lichess.org\/",
        "webNavigation"
    ],
    "default_locale": "en",
    "background": {
        "scripts": [
            "jquery-2.1.3.min.js",
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "16": "images\/knight16.png",
            "32": "images\/knight32.png",
            "64": "images\/knight64.png",
            "128": "images\/knight128.png",
            "256": "images\/knight256.png",
            "512": "images\/knight512.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.lichess.org\/paste"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "analysis.js"
            ]
        }
    ]
}