Arrows For Chess.com
Adds arrows to the analysis view on chess.com
Wat is Arrows For Chess.com?
Arrows For Chess.com is een Chrome-extensie ontwikkeld door philipp, en de belangrijkste functie is "Adds arrows to the analysis view on chess.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Arrows For Chess.com
Download Arrows For Chess.com-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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)
Basisinformatie over de Extensie
Naam | |
ID | deaiombfofdgoldipnjjgbjkhledjhaj |
Officiële URL | https://chrome.google.com/webstore/detail/arrows-for-chesscom/deaiombfofdgoldipnjjgbjkhledjhaj |
Beschrijving | Adds arrows to the analysis view on chess.com |
Bestandsgrootte | 100 KB |
Aantal Installaties | 322 |
Huidige Versie | 0.1.2 |
Laatst Bijgewerkt | 2022-06-05 |
Publicatiedatum | 2022-05-31 |
Beoordeling | 1.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | philipp |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |