ChessExpert

The next-generation chess move calculator.

Qu'est-ce que ChessExpert ?

ChessExpert est une extension Chrome développée par https://chessexpert.io, et sa fonction principale est "The next-generation chess move calculator.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ChessExpert

Téléchargez les fichiers d'extension ChessExpert 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

                        ChessExpert automatically analyze chess positions on websites like chess.com or lichess.org.

ChessExpert calculate the best move and additional variants while playing the game.

ChessExpert can read positions from any website via user context menu option (right click on image or video).

Supported websites:
- lichess.org
- chess.com
- immortal.game
... and many more.

Key features:
- best move calculator
- PDF recognition
- image recognition
- video recognition (YouTube)
- user context menu (right mouse click) for images and videos

* ChessExpert doesn't collect any user information. The purpose of this extension is to improve user skills during the game.

 See more on https://chessexpert.io                    

Informations de Base sur l'Extension

Nom ChessExpert ChessExpert
ID kfidegdomeiilkkfbffchbpamebbdfbi
URL Officiel https://chromewebstore.google.com/detail/chessexpert/kfidegdomeiilkkfbffchbpamebbdfbi
Description The next-generation chess move calculator.
Taille du Fichier 15.61 KB
Nombre d'Installations 3,000
Version Actuelle 2.4.3
Dernière Mise à Jour 2023-08-21
Date de Publication 2022-03-01
Évaluation 3.92/5 Total 13 Évaluations
Développeur https://chessexpert.io
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChessExpert",
    "short_name": "ChessExpert",
    "description": "The next-generation chess move calculator.",
    "version": "2.4.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "contextMenus"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "match_origin_as_fallback": true,
            "run_at": "document_end",
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/16.png",
        "32": "\/images\/32.png",
        "48": "\/images\/48.png",
        "128": "\/images\/128.png"
    }
}