Chessvision.ai Chess Position Scanner

Analyze chess positions from any website, book, and video in Chrome

Chessvision.ai Chess Position Scanner là gì?

Chessvision.ai Chess Position Scanner là một tiện ích mở rộng Chrome được phát triển bởi https://chessvision.ai, và tính năng chính của nó là "Analyze chess positions from any website, book, and video in Chrome".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chessvision.ai Chess Position Scanner

Tải xuống các tệp mở rộng Chessvision.ai Chess Position Scanner 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

                        Automatically analyze chess positions on any website and video you want.

Do you like watching chess videos from Ben Finegold, Agadmator, PowerPlayChess, and others? Now you can analyze their moves and understand the reasoning behind them, all while watching the video!

Need a tip while solving chess puzzles or analyzing a chess diagram? Chessvision.ai is here to help!

Click on the extension button to open it. Select the options you want and click Scan! The position will open in the Lichess analysis board where you can enable the engine, see the evaluation, and even play. You can also open an external analysis on either Chess.com or lichess.org.

Open the extension on the Chess.com Analysis page or Lichess Analysis or Study pages and watch videos explaining the position on the board.

Enable chess notation hiding behind spoiler tags, ensuring you're never spoiled while solving puzzles.

Help us make Chessvision.ai the most accurate chess board image detector. If you have any suggestions or spotted any issues, email me at [email protected]

Cheers,
Pawel

UPDATES:

version 3.4.0
- adds option to hide chess moves behind spoiler tags on selected pages

version 3.3.0
- adds Options page, including settings for Video Search

version 3.2.0
- adds Video Search to Lichess Analysis and Study pages

version 3.0.0
The update introduces new major features, including:
- searching for YouTube chess videos matching the scanned positions
- adds Video Search to Chess.com analysis pages

version 2.1.0
This update introduces quality of life updates, including:
- new rotate board button - now you can rotate the board using the new button in the toolbar
- improved initial board rotation detection - now the position will always load in the same rotation as the scanned diagram
- updated Help and About sections 

version 2.0.0
The update introduces many new features and improvements, including:
- "Select area" mode to scan manually selected area
- finding games matching the scanned position
- smart turn detection using the last move squares
- modern design
- improved scanning speed
- quick FEN copying
- diagram editor
- resizable window                    

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

Tên Chessvision.ai Chess Position Scanner Chessvision.ai Chess Position Scanner
ID johejpedmdkeiffkdaodgoipdjodhlld
URL Chính Thức https://chromewebstore.google.com/detail/chessvisionai-chess-posit/johejpedmdkeiffkdaodgoipdjodhlld
Mô tả Analyze chess positions from any website, book, and video in Chrome
Kích Thước Tệp 405 KB
Số Lần Cài Đặt 106,359
Phiên Bản Hiện Tại 3.4.1
Cập Nhật Lần Cuối 2023-09-21
Ngày Phát Hành 2020-01-15
Đánh Giá 4.67/5 Tổng số 585 Đánh Giá
Nhà Phát Triển https://chessvision.ai
Email [email protected]
Loại Thanh Toán in_app
Trang Web Mở Rộng https://chessvision.ai
URL Trang Chính Sách Bảo Mật https://chessvision.ai/extension/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.4.1",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "host_permissions": [
        "*:\/\/app.chessvision.ai\/*"
    ],
    "manifest_version": 3,
    "name": "Chessvision.ai Chess Position Scanner",
    "short_name": "Chessvision",
    "description": "Analyze chess positions from any website, book, and video in Chrome",
    "author": "Pawel Kacprzak",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content.styles.css",
                "icon-128.png",
                "logo_sign.png",
                "bK.svg",
                "wK.svg",
                "fen_observers\/*",
                "placeholders\/*",
                "checkerboard.svg",
                "chessable.svg",
                "videos.svg"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "Chessvision.ai Scan",
        "default_icon": "icon-128.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "optional_host_permissions": [
        "*:\/\/www.chess.com\/*",
        "*:\/\/www.youtube.com\/*",
        "*:\/\/lichess.org\/*",
        "*:\/\/twitter.com\/*"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.chessvision.ai\/*"
        ]
    }
}