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\/*"
        ]
    }
}