Chess.com analyse at lichess
Analyse chess.com game at lichess.org for free
Cos'è Chess.com analyse at lichess?
Chess.com analyse at lichess è un'estensione di Chrome sviluppata da zeraye, e la sua funzione principale è "Analyse chess.com game at lichess.org for free".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chess.com analyse at lichess
Scarica i file di estensione Chess.com analyse at lichess in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
After the game on chess.com you will have the horse icon at the top of the Chrome (right side of the search bar). After clicking on it, you will be moved to the new tab with lichess.org game analyse. Enjoy your free game analyse and learn from your mistakes! If something is broken, let me know: [email protected]
Informazioni di Base sull'Estensione
Nome | Chess.com analyse at lichess |
ID | mnhepnblaeiiomcdpcdnnnopmmblifke |
URL Ufficiale | https://chromewebstore.google.com/detail/chesscom-analyse-at-liche/mnhepnblaeiiomcdpcdnnnopmmblifke |
Descrizione | Analyse chess.com game at lichess.org for free |
Dimensione del File | 37.05 KB |
Conteggio Installazioni | 66 |
Versione Corrente | 1.6 |
Ultimo Aggiornamento | 2022-08-23 |
Data di Pubblicazione | 2022-08-23 |
Sviluppatore | zeraye |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chess.com analyse at lichess", "version": "1.6", "description": "Analyse chess.com game at lichess.org for free", "icons": { "512": "icons\/icon-512.png" }, "host_permissions": [ "https:\/\/www.chess.com\/", "https:\/\/api.chess.com\/", "https:\/\/lichess.org\/" ], "permissions": [ "declarativeContent", "scripting", "activeTab" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": { "512": "icons\/page-action-icon-512.png" }, "default_title": "Analyse game" } } |