Arrows For Chess.com
Adds arrows to the analysis view on chess.com
Qu'est-ce que Arrows For Chess.com ?
Arrows For Chess.com est une extension Chrome développée par philipp, et sa fonction principale est "Adds arrows to the analysis view on chess.com".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Arrows For Chess.com
Téléchargez les fichiers d'extension Arrows For Chess.com au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | |
ID | deaiombfofdgoldipnjjgbjkhledjhaj |
URL Officiel | https://chrome.google.com/webstore/detail/arrows-for-chesscom/deaiombfofdgoldipnjjgbjkhledjhaj |
Description | Adds arrows to the analysis view on chess.com |
Taille du Fichier | 100 KB |
Nombre d'Installations | 322 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2022-06-05 |
Date de Publication | 2022-05-31 |
Évaluation | 1.50/5 Total 2 Évaluations |
Développeur | philipp |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } ] } |