Chessvision.ai Chess Position Scanner

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

Τι είναι το Chessvision.ai Chess Position Scanner;

Το Chessvision.ai Chess Position Scanner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://chessvision.ai, και η κύρια λειτουργία του είναι "Analyze chess positions from any website, book, and video in Chrome".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Chessvision.ai Chess Position Scanner

Λήψη αρχείων επέκτασης Chessvision.ai Chess Position Scanner σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Chessvision.ai Chess Position Scanner Chessvision.ai Chess Position Scanner
ID johejpedmdkeiffkdaodgoipdjodhlld
Επίσημο URL https://chromewebstore.google.com/detail/chessvisionai-chess-posit/johejpedmdkeiffkdaodgoipdjodhlld
Περιγραφή Analyze chess positions from any website, book, and video in Chrome
Μέγεθος Αρχείου 405 KB
Αριθμός Εγκαταστάσεων 106,359
Τρέχουσα Έκδοση 3.4.1
Τελευταία Ενημέρωση 2023-09-21
Ημερομηνία Δημοσίευσης 2020-01-15
Αξιολόγηση 4.67/5 Συνολικά 585 Αξιολογήσεις
Προγραμματιστής https://chessvision.ai
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής in_app
Ιστότοπος Επέκτασης https://chessvision.ai
URL της Σελίδας Πολιτικής Απορρήτου https://chessvision.ai/extension/privacy-policy.html
Υποστηριζόμενες Γλώσσες 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\/*"
        ]
    }
}