ChessExpert

The next-generation chess move calculator.

Cos'è ChessExpert?

ChessExpert è un'estensione di Chrome sviluppata da https://chessexpert.io, e la sua funzione principale è "The next-generation chess move calculator.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ChessExpert

Scarica i file di estensione ChessExpert in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome ChessExpert ChessExpert
ID kfidegdomeiilkkfbffchbpamebbdfbi
URL Ufficiale https://chromewebstore.google.com/detail/chessexpert/kfidegdomeiilkkfbffchbpamebbdfbi
Descrizione The next-generation chess move calculator.
Dimensione del File 15.61 KB
Conteggio Installazioni 3,000
Versione Corrente 2.4.3
Ultimo Aggiornamento 2023-08-21
Data di Pubblicazione 2022-03-01
Valutazione 3.92/5 Totale 13 Valutazioni
Sviluppatore https://chessexpert.io
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}