Chess Compass - Free Online Chess Analysis
Analyze games using Chess Compass from popular chess websites such as chess.com and lichess.
Vad är Chess Compass - Free Online Chess Analysis?
Chess Compass - Free Online Chess Analysis är en Chrome-tillägg utvecklad av https://chesscompass.com, och dess huvudfunktion är "Analyze games using Chess Compass from popular chess websites such as chess.com and lichess.".
Tilläggsskärmbilder
Ladda ner Chess Compass - Free Online Chess Analysis-förlängningens CRX-fil
Ladda ner Chess Compass - Free Online Chess Analysis-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
Allows for easy importing of games on Lichess and Chess.com into Chess Compass.
Grundläggande Information om Tillägg
Namn | Chess Compass - Free Online Chess Analysis |
ID | djkdhnacahocjglfmgdkcogbmnhholch |
Officiell webbadress | https://chromewebstore.google.com/detail/chess-compass-free-online/djkdhnacahocjglfmgdkcogbmnhholch |
Beskrivning | Analyze games using Chess Compass from popular chess websites such as chess.com and lichess. |
Filstorlek | 12.82 KB |
Antal Installationer | 4,150 |
Aktuell Version | 1.2.0 |
Senast Uppdaterad | 2023-05-03 |
Publiceringsdatum | 2019-12-28 |
Betyg | 4.50/5 Totalt 12 Betyg |
Utvecklare | https://chesscompass.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.chesscompass.com/ |
URL till Sekretesspolicy Sidan | https://www.chesscompass.com/privacy-policy |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chess Compass - Free Online Chess Analysis", "version": "1.2.0", "manifest_version": 3, "description": "Analyze games using Chess Compass from popular chess websites such as chess.com and lichess.", "homepage_url": "https:\/\/www.chesscompass.com\/", "icons": { "128": "icons\/icon128.png" }, "default_locale": "en", "host_permissions": [ "https:\/\/www.chess.com\/*", "https:\/\/lichess.org\/*" ], "web_accessible_resources": [ { "resources": [ "src\/inject\/chess_com_script.js" ], "matches": [ "https:\/\/www.chess.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/lichess.org\/*" ], "css": [ "src\/inject\/lichess.css" ] }, { "matches": [ "https:\/\/lichess.org\/*" ], "js": [ "src\/inject\/lichess.js" ] }, { "matches": [ "https:\/\/www.chess.com\/*" ], "css": [ "src\/inject\/chess_com.css" ] }, { "matches": [ "https:\/\/www.chess.com\/*" ], "js": [ "src\/inject\/chess_com.js" ] } ] } |