Arrows For Chess.com

Adds arrows to the analysis view on chess.com

Τι είναι το Arrows For Chess.com;

Το Arrows For Chess.com είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον philipp, και η κύρια λειτουργία του είναι "Adds arrows to the analysis view on chess.com".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Arrows For Chess.com

Λήψη αρχείων επέκτασης Arrows For Chess.com σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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)                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Arrows For Chess.com Arrows For Chess.com
ID deaiombfofdgoldipnjjgbjkhledjhaj
Επίσημο URL https://chrome.google.com/webstore/detail/arrows-for-chesscom/deaiombfofdgoldipnjjgbjkhledjhaj
Περιγραφή Adds arrows to the analysis view on chess.com
Μέγεθος Αρχείου 100 KB
Αριθμός Εγκαταστάσεων 322
Τρέχουσα Έκδοση 0.1.2
Τελευταία Ενημέρωση 2022-06-05
Ημερομηνία Δημοσίευσης 2022-05-31
Αξιολόγηση 1.50/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής philipp
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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\/*"
            ]
        }
    ]
}