Arrows For Chess.com

Adds arrows to the analysis view on chess.com

Vad är Arrows For Chess.com?

Arrows For Chess.com är en Chrome-tillägg utvecklad av philipp, och dess huvudfunktion är "Adds arrows to the analysis view on chess.com".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Arrows For Chess.com-förlängningens CRX-fil

Ladda ner Arrows For Chess.com-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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)                    

Grundläggande Information om Tillägg

Namn Arrows For Chess.com Arrows For Chess.com
ID deaiombfofdgoldipnjjgbjkhledjhaj
Officiell webbadress https://chrome.google.com/webstore/detail/arrows-for-chesscom/deaiombfofdgoldipnjjgbjkhledjhaj
Beskrivning Adds arrows to the analysis view on chess.com
Filstorlek 100 KB
Antal Installationer 322
Aktuell Version 0.1.2
Senast Uppdaterad 2022-06-05
Publiceringsdatum 2022-05-31
Betyg 1.50/5 Totalt 2 Betyg
Utvecklare philipp
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
            ]
        }
    ]
}