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文件

下載Chess.com Analysis擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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