Chessvision.ai Chess Position Scanner

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

Vad är Chessvision.ai Chess Position Scanner?

Chessvision.ai Chess Position Scanner är en Chrome-tillägg utvecklad av https://chessvision.ai, och dess huvudfunktion är "Analyze chess positions from any website, book, and video in Chrome".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Chessvision.ai Chess Position Scanner-förlängningens CRX-fil

Ladda ner Chessvision.ai Chess Position Scanner-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Chessvision.ai Chess Position Scanner Chessvision.ai Chess Position Scanner
ID johejpedmdkeiffkdaodgoipdjodhlld
Officiell webbadress https://chromewebstore.google.com/detail/chessvisionai-chess-posit/johejpedmdkeiffkdaodgoipdjodhlld
Beskrivning Analyze chess positions from any website, book, and video in Chrome
Filstorlek 405 KB
Antal Installationer 106,359
Aktuell Version 3.4.1
Senast Uppdaterad 2023-09-21
Publiceringsdatum 2020-01-15
Betyg 4.67/5 Totalt 585 Betyg
Utvecklare https://chessvision.ai
E-post [email protected]
Betalningssätt in_app
Tilläggswebbplats https://chessvision.ai
URL till Sekretesspolicy Sidan https://chessvision.ai/extension/privacy-policy.html
Stödda Språk 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\/*"
        ]
    }
}