Arrows For Chess.com

Adds arrows to the analysis view on chess.com

Was ist Arrows For Chess.com?

Arrows For Chess.com ist eine Chrome-Erweiterung, die von philipp entwickelt wurde, und ihr Hauptmerkmal ist "Adds arrows to the analysis view on chess.com".

Erweiterungsscreenshots

screenshot
screenshot

Arrows For Chess.com-Erweiterungs-CRX-Datei herunterladen

Laden Sie Arrows For Chess.com-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name Arrows For Chess.com Arrows For Chess.com
ID deaiombfofdgoldipnjjgbjkhledjhaj
Offizielle URL https://chrome.google.com/webstore/detail/arrows-for-chesscom/deaiombfofdgoldipnjjgbjkhledjhaj
Beschreibung Adds arrows to the analysis view on chess.com
Dateigröße 100 KB
Installationsanzahl 322
Aktuelle Version 0.1.2
Letztes Update 2022-06-05
Veröffentlichungsdatum 2022-05-31
Bewertung 1.50/5 Insgesamt 2 Bewertungen
Entwickler philipp
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
            ]
        }
    ]
}