Chess Compass - Free Online Chess Analysis

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

Chess Compass - Free Online Chess Analysisとは何ですか?

Chess Compass - Free Online Chess Analysisはhttps://chesscompass.comによって開発されたChromeの拡張機能で、その主な機能は「Analyze games using Chess Compass from popular chess websites such as chess.com and lichess.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Chess Compass - Free Online Chess Analysis拡張機能のCRXファイルをダウンロード

Chess Compass - Free Online Chess Analysis拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 Chess Compass - Free Online Chess Analysis Chess Compass - Free Online Chess Analysis
ID djkdhnacahocjglfmgdkcogbmnhholch
公式URL https://chromewebstore.google.com/detail/chess-compass-free-online/djkdhnacahocjglfmgdkcogbmnhholch
説明 Analyze games using Chess Compass from popular chess websites such as chess.com and lichess.
ファイルサイズ 12.82 KB
インストール数 4,150
現在のバージョン 1.2.0
最終更新日 2023-05-03
公開日 2019-12-28
評価 4.50/5 合計 12 レビュー
開発者 https://chesscompass.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.chesscompass.com/
プライバシーポリシーページのURL https://www.chesscompass.com/privacy-policy
対応言語 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"
            ]
        }
    ]
}