Chess.com Analyzer
Improve your chess skills with Chess.com Analyzer - a free app to analyzes your game using Stockfish to highlight the best move
什麼是Chess.com Analyzer?
Chess.com Analyzer是由Samuel Hinchliffe開發的Chrome擴展程式,該擴展的主要功能是“Improve your chess skills with Chess.com Analyzer - a free app to analyzes your game using Stockfish to highlight the best move”。
擴展截圖
下載Chess.com Analyzer擴展crx文件
下載Chess.com Analyzer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Introducing the ultimate tool for chess enthusiasts - the Chess.com Analyzer Chrome Extension! This free app is designed to help you improve your chess skills by analyzing your game using one of the most powerful chess engines - Stockfish. With the Chess.com Analyzer, you'll have access to an exceptional tool that makes it easier to learn chess strategy and tactics. Whether you're a beginner looking to enhance your skills or an experienced player seeking to take your game to the next level, this app is the perfect choice. Using this app is a breeze! Simply install the Chrome extension and start playing on Chess.com. Once you're in a game, the extension will analyze your moves and highlight the best possible move for you. This will provide you with valuable insights into your game and help you identify areas where you can improve. The Chess.com Analyzer is not intended for cheating - it's for educational purposes only. By using the app, you'll be able to learn from one of the greatest chess engines ever made and improve your game in a fun and engaging way.
擴展基本資訊
名稱 | Chess.com Analyzer |
ID | iadjfokfegfhcccfplkhhjfooobkomee |
官方網址 | https://chromewebstore.google.com/detail/chesscom-analyzer/iadjfokfegfhcccfplkhhjfooobkomee |
簡介 | Improve your chess skills with Chess.com Analyzer - a free app to analyzes your game using Stockfish to highlight the best move |
檔案大小 | 392 KB |
安裝次數 | 3,523 |
目前版本 | First Release |
更新時間 | 2023-09-19 |
上架時間 | 2023-03-02 |
評分 | 3.63/5 共 8 次評分 |
開發者 | Samuel Hinchliffe |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "action": { "default_popup": "popup.html" }, "version_name": "First Release", "author": "Samuel Hinchliffe", "background": { "service_worker": "background.js" }, "icons": { "16": "icon.png", "32": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "js": [ "jquery.js", "content.js" ], "matches": [ "https:\/\/www.chess.com\/play\/*", "https:\/\/www.chess.com\/game\/live\/*" ] } ], "description": "Improve your chess skills with Chess.com Analyzer - a free app to analyzes your game using Stockfish to highlight the best move", "manifest_version": 3, "name": "Chess.com Analyzer", "permissions": [ "activeTab", "storage" ], "version": "1.3" } |