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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | https://github.com/AudouxH/chess_spell_moves/issues |
عنوان صفحة سياسة الخصوصية | 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" } } |