Free Chess Analysis

Analyze your chess.com games on lichess for free.

Qu'est-ce que Free Chess Analysis ?

Free Chess Analysis est une extension Chrome développée par imlokesh, et sa fonction principale est "Analyze your chess.com games on lichess for free.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Free Chess Analysis

Téléchargez les fichiers d'extension Free Chess Analysis au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This chrome extension will help you analyze your chess.com games on lichess. Just click the icon in your extension bar when you're on a chess.com game and a new lichess tab will open with your game.


How It Works:

- User clicks the extension icon when on a page like `chess.com/game/live/*`
- The extension gets the pgn from chess.com share option.
- The extension creates a new tab with url `lichess.org/paste` and imports your game.
- The extension will automatically turn on local analysis and flip the board if you were black. 

Suggestions

I welcome suggestions and bug reports. Please open an issue on github if you would like to suggest something.                    

Informations de Base sur l'Extension

Nom Free Chess Analysis Free Chess Analysis
ID fkakfklkhmjkkehkjchemdgeoldekdml
URL Officiel https://chromewebstore.google.com/detail/free-chess-analysis/fkakfklkhmjkkehkjchemdgeoldekdml
Description Analyze your chess.com games on lichess for free.
Taille du Fichier 290 KB
Nombre d'Installations 1,766
Version Actuelle 0.0.5
Dernière Mise à Jour 2024-02-20
Date de Publication 2023-03-07
Évaluation 5.00/5 Total 7 Évaluations
Développeur imlokesh
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/imlokesh/free-chess-analysis
URL de la Page d'Aide https://github.com/imlokesh/free-chess-analysis
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Free Chess Analysis",
    "description": "Analyze your chess.com games on lichess for free. ",
    "version": "0.0.5",
    "icons": {
        "64": "img\/64.png",
        "128": "img\/128.png",
        "512": "img\/512.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "declarativeContent",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.chess.com\/*",
        "https:\/\/lichess.org\/*"
    ],
    "action": {
        "default_title": "Analyze on Lichess",
        "default_icon": {
            "16": "img\/16.png",
            "32": "img\/32.png",
            "48": "img\/48.png",
            "64": "img\/64.png",
            "128": "img\/128.png",
            "512": "img\/512.png"
        }
    }
}