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 là gì?

Chess.com Analyzer là một tiện ích mở rộng Chrome được phát triển bởi Samuel Hinchliffe, và tính năng chính của nó là "Improve your chess skills with Chess.com Analyzer - a free app to analyzes your game using Stockfish to highlight the best move".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chess.com Analyzer

Tải xuống các tệp mở rộng Chess.com Analyzer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chess.com Analyzer Chess.com Analyzer
ID iadjfokfegfhcccfplkhhjfooobkomee
URL Chính Thức https://chromewebstore.google.com/detail/chesscom-analyzer/iadjfokfegfhcccfplkhhjfooobkomee
Mô tả Improve your chess skills with Chess.com Analyzer - a free app to analyzes your game using Stockfish to highlight the best move
Kích Thước Tệp 392 KB
Số Lần Cài Đặt 3,523
Phiên Bản Hiện Tại First Release
Cập Nhật Lần Cuối 2023-09-19
Ngày Phát Hành 2023-03-02
Đánh Giá 3.63/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Samuel Hinchliffe
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}