Chess.com Voice Input
Enable square clicks on chess.com via speech recognition or form input. Uses a simple double-digit coordinate system for the moves.
Chess.com Voice Inputคืออะไร?
Chess.com Voice Input เป็นส่วนขยายของ Chrome ที่พัฒนาโดย developer47392128 และคุณลักษณะหลักของมันคือ "Enable square clicks on chess.com via speech recognition or form input. Uses a simple double-digit coordinate system for the moves."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chess.com Voice Input
ดาวน์โหลดไฟล์ส่วนขยาย Chess.com Voice Input ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This Google Chrome extension increases accessibility on the chess.com site by enabling you to click a board square via your browser's speech recognition or your keyboard. A two-digit coordinate system is used for the move input (a1 = 11, b3 = 23, c5 = 35, etc.), which is straightforward for speech recognition to pickup. Special notes: - If you display the inside or outside board coordinates using chess.com's board settings, you can then click the extension's "Toggle number/letter" button to switch the column coordinate letters to numbers. This will help you quickly see which two-digit coordinates correspond to which squares. You can always toggle back to letters with the same button. - To simulate a mouse click on a board square, you have two options: 1) announce the double-digit coordinates after clicking the mic icon button (you only have to do this once, click it again to turn it off), or 2) use your keyboard (or your operating system's speech recognition) to enter the double-digit coordinates into the form input field. You can still use your mouse like normal whenever you want. - The board square will look like a mouse clicked on it if you announce a valid coordinate. Anything invalid that is announced or entered will simply be ignored. - If using the form input field, note that the moment two non-whitespace characters are entered into it, the field will automatically clear itself. The extension will load directly underneath the board when playing live or daily games, as well as for live and daily post-game analysis. This applies to URLs that begin with one of the following: https://www.chess.com/analysis/game/live/ https://www.chess.com/game/live/ https://www.chess.com/analysis/game/daily/ https://www.chess.com/game/daily/ Chess.com Voice Input is open-source: https://github.com/parsec209/chess.com-voice-input CHANGELOG: 2.0.0 - Extension loads directly underneath the chessboard. - Chrome speech recognition added. - Board column coordinates can be toggled between numbers and letters. - Able to use during live and daily games, as well as for post-game analysis.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Chess.com Voice Input |
ID | lllmgdbbioiendadepmdamgpdddllhmf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chesscom-voice-input/lllmgdbbioiendadepmdamgpdddllhmf |
คำอธิบาย | Enable square clicks on chess.com via speech recognition or form input. Uses a simple double-digit coordinate system for the moves. |
ขนาดไฟล์ | 557 KB |
จำนวนการติดตั้ง | 109 |
เวอร์ชันปัจจุบัน | 2.0.0 |
อัปเดตครั้งล่าสุด | 2023-03-15 |
วันที่เผยแพร่ | 2021-11-15 |
คะแนน | 2.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | developer47392128 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.termsfeed.com/live/4b63696b-ecb5-4edc-995f-4ee6a7f41873 |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chess.com Voice Input", "description": "Enable square clicks on chess.com via speech recognition or form input. Uses a simple double-digit coordinate system for the moves.", "version": "2.0.0", "manifest_version": 3, "action": { "default_icon": { "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" } }, "icons": { "48": "\/images\/icon48.png", "128": "\/images\/icon128.png" }, "content_scripts": [ { "js": [ ".\/src\/index.js" ], "matches": [ "https:\/\/www.chess.com\/*" ] } ] } |