Arrows For Chess.com

Adds arrows to the analysis view on chess.com

Cos'è Arrows For Chess.com?

Arrows For Chess.com è un'estensione di Chrome sviluppata da philipp, e la sua funzione principale è "Adds arrows to the analysis view on chess.com".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Arrows For Chess.com

Scarica i file di estensione Arrows For Chess.com 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

                        Adds arrows for the top engine lines to the analysis view on chess.com
- The orange arrows show you the best moves
- The thickness of the arrows indicates how good a move is compared to the other top-moves

How it works:
- Go to the game review view on chess.com (https://www.chess.com/analysis/game/live/...)
- Open the analysis tab
- Enable the "Best Move Arrows"-Toggle (-> visible in the screenshot)                    

Informazioni di Base sull'Estensione

Nome Arrows For Chess.com Arrows For Chess.com
ID deaiombfofdgoldipnjjgbjkhledjhaj
URL Ufficiale https://chrome.google.com/webstore/detail/arrows-for-chesscom/deaiombfofdgoldipnjjgbjkhledjhaj
Descrizione Adds arrows to the analysis view on chess.com
Dimensione del File 100 KB
Conteggio Installazioni 322
Versione Corrente 0.1.2
Ultimo Aggiornamento 2022-06-05
Data di Pubblicazione 2022-05-31
Valutazione 1.50/5 Totale 2 Valutazioni
Sviluppatore philipp
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Arrows For Chess.com",
    "manifest_version": 3,
    "version": "0.1.2",
    "description": "Adds arrows to the analysis view on chess.com",
    "icons": {
        "16": "icons\/crown_16.png",
        "32": "icons\/crown_32.png",
        "64": "icons\/crown_64.png",
        "128": "icons\/crown_128.png",
        "512": "icons\/crown_512.png"
    },
    "content_scripts": [
        {
            "css": [
                "app.css"
            ],
            "js": [
                "app.js"
            ],
            "matches": [
                "https:\/\/www.chess.com\/analysis\/game\/live\/*"
            ]
        }
    ]
}