Chess.com Voice Commentary (simplified)
Reading chess moves.
Co to jest Chess.com Voice Commentary (simplified)?
Chess.com Voice Commentary (simplified) to rozszerzenie Chrome opracowane przez weizubc, a jego główną funkcją jest „Reading chess moves.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Chess.com Voice Commentary (simplified)
Pobierz pliki rozszerzeń Chess.com Voice Commentary (simplified) w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Previous voice commentary extensions for chess.com have broken for some reason. This is a simplified version that only reads new moves from 'board-layout-sidebar', so it is less likely to break in future, and easier to fix when it does. Source code at https://github.com/renshenw/chesscom-voice-simplified.
"Piece Notation" in board settings must be "Text". Works for both human and computer opponents.
All copyrights still go to chess.com. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mjmamkihdmfkogidombgdaepnikajemc |
| Oficjalny URL | https://chromewebstore.google.com/detail/chesscom-voice-commentary/mjmamkihdmfkogidombgdaepnikajemc |
| Opis | Reading chess moves. |
| Rozmiar pliku | 869 KB |
| Liczba instalacji | 52 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2023-02-23 |
| Data Publikacji | 2023-02-22 |
| Ocena | 5.00/5 Łącznie 3 Oceny |
| Deweloper | weizubc |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Chess.com Voice Commentary (simplified)",
"version": "1.0",
"background": {
"service_worker": "background.js"
},
"description": "Reading chess moves.",
"content_scripts": [
{
"matches": [
"https:\/\/www.chess.com\/*"
],
"js": [
"contentScript.js"
]
}
],
"icons": {
"128": "icon-128.png"
},
"web_accessible_resources": [
{
"resources": [
"mp3\/*"
],
"matches": [
"https:\/\/www.chess.com\/*"
]
}
],
"manifest_version": 3
} | |