Chess.com Next Move
A Chess extension to determine best next move on chess.com
Vad är Chess.com Next Move?
Chess.com Next Move är en Chrome-tillägg utvecklad av Albert Putra Purnama, och dess huvudfunktion är "A Chess extension to determine best next move on chess.com".
Tilläggsskärmbilder
Ladda ner Chess.com Next Move-förlängningens CRX-fil
Ladda ner Chess.com Next Move-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Stockfish AI for chess.com
Figure out the best next move with a given board state in chess.com!
Go find a match, then select your piece color!
Demo here: https://youtu.be/pSSuKUllC3g
Have fun! Grundläggande Information om Tillägg
| Namn | |
| ID | ieaoeokfilgofofpdcehmgokenlnbdaa |
| Officiell webbadress | https://chrome.google.com/webstore/detail/chesscom-next-move/ieaoeokfilgofofpdcehmgokenlnbdaa |
| Beskrivning | A Chess extension to determine best next move on chess.com |
| Filstorlek | 464 KB |
| Antal Installationer | 2,000 |
| Aktuell Version | 0.0.2 |
| Senast Uppdaterad | 2021-03-15 |
| Publiceringsdatum | 2019-03-08 |
| Betyg | 4.04/5 Totalt 27 Betyg |
| Utvecklare | Albert Putra Purnama |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "A Chess extension to determine best next move on chess.com",
"version": "0.0.2",
"manifest_version": 3,
"name": "Chess.com Next Move",
"options_page": "options.html",
"background": {
"service_worker": "background.bundle.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "knight16.png",
"32": "knight32.png",
"48": "knight48.png",
"128": "knight128.png"
}
},
"icons": {
"16": "knight16.png",
"32": "knight32.png",
"48": "knight48.png",
"128": "knight128.png"
},
"permissions": [
"activeTab"
],
"host_permissions": [
"https:\/\/chess.com\/*",
"https:\/\/www.chess.com\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
" | |