Chess_spell_moves
CSM aims to assist chess players in visualizing and understanding their moves by providing real-time audio feedback during gameplay.
Chess_spell_movesคืออะไร?
Chess_spell_moves เป็นส่วนขยายของ Chrome ที่พัฒนาโดย AudouxH และคุณลักษณะหลักของมันคือ "CSM aims to assist chess players in visualizing and understanding their moves by providing real-time audio feedback during gameplay."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chess_spell_moves
ดาวน์โหลดไฟล์ส่วนขยาย Chess_spell_moves ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The Chess_spell_moves Chrome Extension is a powerful tool designed to enhance the chess-playing experience on Chess.com. This extension aims to assist chess players in visualizing and understanding their moves by providing real-time audio feedback during gameplay. With the Chess spell moves extension, players can hear spoken descriptions of their moves, enabling them to reinforce their understanding of chess strategies and improve their gameplay skills.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Chess_spell_moves |
ID | dgdgnoeeemobjojkopckgghcicaijokd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chessspellmoves/dgdgnoeeemobjojkopckgghcicaijokd |
คำอธิบาย | CSM aims to assist chess players in visualizing and understanding their moves by providing real-time audio feedback during gameplay. |
ขนาดไฟล์ | 77.51 KB |
จำนวนการติดตั้ง | 23 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2023-11-11 |
วันที่เผยแพร่ | 2023-11-10 |
ผู้พัฒนา | AudouxH |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/AudouxH/chess_spell_moves |
URL หน้าช่วยเหลือ | https://github.com/AudouxH/chess_spell_moves/issues |
URL หน้านโยบายความเป็นส่วนตัว | https://github.com/AudouxH/chess_spell_moves/blob/main/confidentiality_rules.md |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chess_spell_moves", "description": "CSM aims to assist chess players in visualizing and understanding their moves by providing real-time audio feedback during gameplay.", "version": "1.0", "content_scripts": [ { "matches": [ "*:\/\/www.chess.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "action": { "default_popup": "popup.html" } } |