Chess Compass - Free Online Chess Analysis
Analyze games using Chess Compass from popular chess websites such as chess.com and lichess.
Wat is Chess Compass - Free Online Chess Analysis?
Chess Compass - Free Online Chess Analysis is een Chrome-extensie ontwikkeld door https://chesscompass.com, en de belangrijkste functie is "Analyze games using Chess Compass from popular chess websites such as chess.com and lichess.".
Extensie Screenshots
Download het CRX-bestand van de extensie Chess Compass - Free Online Chess Analysis
Download Chess Compass - Free Online Chess Analysis-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
Allows for easy importing of games on Lichess and Chess.com into Chess Compass. Basisinformatie over de Extensie
| Naam | |
| ID | djkdhnacahocjglfmgdkcogbmnhholch |
| Officiële URL | https://chromewebstore.google.com/detail/chess-compass-free-online/djkdhnacahocjglfmgdkcogbmnhholch |
| Beschrijving | Analyze games using Chess Compass from popular chess websites such as chess.com and lichess. |
| Bestandsgrootte | 12.82 KB |
| Aantal Installaties | 4,150 |
| Huidige Versie | 1.2.0 |
| Laatst Bijgewerkt | 2023-05-03 |
| Publicatiedatum | 2019-12-28 |
| Beoordeling | 4.50/5 Totaal 12 Beoordelingen |
| Ontwikkelaar | https://chesscompass.com |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://www.chesscompass.com/ |
| URL van de Privacybeleid Pagina | https://www.chesscompass.com/privacy-policy |
| Ondersteunde Talen | 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"
]
}
]
} | |