Chess.com Analyzer

Improve your chess skills with Chess.com Analyzer - a free app to analyzes your game using Stockfish to highlight the best move

Chess.com Analyzer란 무엇입니까?

Chess.com Analyzer은(는) Samuel Hinchliffe에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Improve your chess skills with Chess.com Analyzer - a free app to analyzes your game using Stockfish to highlight the best move"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Chess.com Analyzer 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Introducing the ultimate tool for chess enthusiasts - the Chess.com Analyzer Chrome Extension! This free app is designed to help you improve your chess skills by analyzing your game using one of the most powerful chess engines - Stockfish.

With the Chess.com Analyzer, you'll have access to an exceptional tool that makes it easier to learn chess strategy and tactics. Whether you're a beginner looking to enhance your skills or an experienced player seeking to take your game to the next level, this app is the perfect choice.

Using this app is a breeze! Simply install the Chrome extension and start playing on Chess.com. Once you're in a game, the extension will analyze your moves and highlight the best possible move for you. This will provide you with valuable insights into your game and help you identify areas where you can improve.

The Chess.com Analyzer is not intended for cheating - it's for educational purposes only. By using the app, you'll be able to learn from one of the greatest chess engines ever made and improve your game in a fun and engaging way.                    

확장 프로그램 기본 정보

이름 Chess.com Analyzer Chess.com Analyzer
ID iadjfokfegfhcccfplkhhjfooobkomee
공식 URL https://chromewebstore.google.com/detail/chesscom-analyzer/iadjfokfegfhcccfplkhhjfooobkomee
설명 Improve your chess skills with Chess.com Analyzer - a free app to analyzes your game using Stockfish to highlight the best move
파일 크기 392 KB
설치 횟수 3,523
현재 버전 First Release
최근 업데이트 2023-09-19
출시 날짜 2023-03-02
평점 3.63/5 총 8 개의 평점
개발자 Samuel Hinchliffe
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_popup": "popup.html"
    },
    "version_name": "First Release",
    "author": "Samuel Hinchliffe",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/www.chess.com\/play\/*",
                "https:\/\/www.chess.com\/game\/live\/*"
            ]
        }
    ],
    "description": "Improve your chess skills with Chess.com Analyzer - a free app to analyzes your game using Stockfish to highlight the best move",
    "manifest_version": 3,
    "name": "Chess.com Analyzer",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "version": "1.3"
}