Chess Compass - Free Online Chess Analysis
Analyze games using Chess Compass from popular chess websites such as chess.com and lichess.
Hvad er Chess Compass - Free Online Chess Analysis?
Chess Compass - Free Online Chess Analysis er en Chrome-udvidelse udviklet af https://chesscompass.com, og dens hovedfunktion er "Analyze games using Chess Compass from popular chess websites such as chess.com and lichess.".
Udvidelsesskærmbilleder
Download Chess Compass - Free Online Chess Analysis-udvidelses-CRX-fil
Download Chess Compass - Free Online Chess Analysis-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Allows for easy importing of games on Lichess and Chess.com into Chess Compass. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | djkdhnacahocjglfmgdkcogbmnhholch |
| Officiel URL | https://chromewebstore.google.com/detail/chess-compass-free-online/djkdhnacahocjglfmgdkcogbmnhholch |
| Beskrivelse | Analyze games using Chess Compass from popular chess websites such as chess.com and lichess. |
| Filstørrelse | 12.82 KB |
| Antal Installationer | 4,150 |
| Nuværende Version | 1.2.0 |
| Senest Opdateret | 2023-05-03 |
| Udgivelsesdato | 2019-12-28 |
| Bedømmelse | 4.50/5 Samlet 12 Bedømmelser |
| Udvikler | https://chesscompass.com |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://www.chesscompass.com/ |
| URL til Fortrolighedspolitik Side | https://www.chesscompass.com/privacy-policy |
| Understøttede Sprog | 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"
]
}
]
} | |