Chess.com Analysis

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

Wat is Chess.com Analysis?

Chess.com Analysis is een Chrome-extensie ontwikkeld door Allan Rempel, en de belangrijkste functie is "Opens PGN of a Chess.com game in lichess.org analysis".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Chess.com Analysis

Download Chess.com Analysis-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Chess.com Analysis Chess.com Analysis
ID ijnendcpnjbajnnlojialgndjknlemem
Officiële URL https://chrome.google.com/webstore/detail/chesscom-analysis/ijnendcpnjbajnnlojialgndjknlemem
Beschrijving Opens PGN of a Chess.com game in lichess.org analysis
Bestandsgrootte 120 KB
Aantal Installaties 771
Huidige Versie 1.2
Laatst Bijgewerkt 2015-02-02
Publicatiedatum 2015-02-02
Beoordeling 3.75/5 Totaal 24 Beoordelingen
Ontwikkelaar Allan Rempel
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}