Chessify

Powerful Cloud Platform for Chess Training

Chessifyคืออะไร?

Chessify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://chessify.me และคุณลักษณะหลักของมันคือ "Powerful Cloud Platform for Chess Training"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chessify

ดาวน์โหลดไฟล์ส่วนขยาย Chessify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Chessify transforms your online chess experience by integrating advanced analysis tools directly into any chess website. With our innovative Chrome extension, you can access Chessify's powerful features without ever leaving your current webpage.

Key Features:
  - Cloud Chess Engines: Harness the power of the strongest chess engines, like Stockfish and LCZero, for unparalleled game analysis and tournament preparation.
  - Full Game Analysis: Analyze entire games with a single click, uncovering detailed insights and alternative move suggestions.
  - Mega Game Database: Dive into a vast database of over 9 million professional chess games dating from 1475 to the latest tournaments.
  - Opening References: Enhance your opening repertoire with comprehensive statistics and insights from our extensive database.
  - Cloud Storage: Securely store and access your chess games and analysis files from anywhere.
  - Internal Search by Position: Quickly find the training materials you need with our efficient position-based search feature.
  - Advanced Chess Notation: Annotate and analyze your games with ease, including the option for figurine style notation.
  - Chessboard Scanner: Effortlessly import chess positions using our intuitive scanner tool.
  - Video Search: Locate and learn from chess-related content on YouTube based on specific chess positions.
  - DecodeChess Integration: Understand chess engine suggestions in human language, ideal for beginners and amateurs.
  - PDF Reader & Scanner: Turn PDF files into interactive e-books for an enhanced learning experience.

Benefits of Using Chessify:

  - Unlimited Cloud Analysis: Access limitless analysis capabilities with our advanced cloud servers.
  - Accessibility: Use Chessify directly on the website or integrate it with third-party GUI chess programs like ChessBase and Hiarcs.
  - Community and Support: Join over 18,000 users, including professional chess players, and benefit from our active community and dedicated tech support.

Pricing and Subscription Plans: Choose from a variety of plans, including free basic features and premium options for more advanced needs.

Get Chessify Today!
Bring the power of Chessify to your browser. Enhance your chess learning, analysis, and enjoyment seamlessly as you browse. Download the Chessify Chrome extension now and take your chess skills to the next level!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Chessify Chessify
ID gdgniicipdmieokmgelcnlklafkibngk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chessify/gdgniicipdmieokmgelcnlklafkibngk
คำอธิบาย Powerful Cloud Platform for Chess Training
ขนาดไฟล์ 127 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-11-29
วันที่เผยแพร่ 2023-11-28
ผู้พัฒนา https://chessify.me
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://chessify.me
URL หน้าช่วยเหลือ https://chessify.me/contact
URL หน้านโยบายความเป็นส่วนตัว https://chessify.me/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Chessify",
    "version": "1.0.1",
    "description": "Powerful Cloud Platform for Chess Training",
    "icons": {
        "16": "logo-16.png",
        "48": "logo-48.png",
        "128": "logo-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "logo-256.png",
        "default_title": "Chessify"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.chess24.com\/*",
                "https:\/\/*.youtube.com\/*",
                "https:\/\/*.lichess.org\/*",
                "https:\/\/*.chess.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}