Chess Compass - Free Online Chess Analysis

Analyze games using Chess Compass from popular chess websites such as chess.com and lichess.

Cos'è Chess Compass - Free Online Chess Analysis?

Chess Compass - Free Online Chess Analysis è un'estensione di Chrome sviluppata da https://chesscompass.com, e la sua funzione principale è "Analyze games using Chess Compass from popular chess websites such as chess.com and lichess.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Chess Compass - Free Online Chess Analysis

Scarica i file di estensione Chess Compass - Free Online Chess Analysis 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

                        Allows for easy importing of games on Lichess and Chess.com into Chess Compass.                    

Informazioni di Base sull'Estensione

Nome Chess Compass - Free Online Chess Analysis Chess Compass - Free Online Chess Analysis
ID djkdhnacahocjglfmgdkcogbmnhholch
URL Ufficiale https://chromewebstore.google.com/detail/chess-compass-free-online/djkdhnacahocjglfmgdkcogbmnhholch
Descrizione Analyze games using Chess Compass from popular chess websites such as chess.com and lichess.
Dimensione del File 12.82 KB
Conteggio Installazioni 4,150
Versione Corrente 1.2.0
Ultimo Aggiornamento 2023-05-03
Data di Pubblicazione 2019-12-28
Valutazione 4.50/5 Totale 12 Valutazioni
Sviluppatore https://chesscompass.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.chesscompass.com/
URL della Pagina della Politica sulla Privacy https://www.chesscompass.com/privacy-policy
Lingue Supportate 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"
            ]
        }
    ]
}