Chess.com analyse at lichess
Analyse chess.com game at lichess.org for free
Chess.com analyse at lichessคืออะไร?
Chess.com analyse at lichess เป็นส่วนขยายของ Chrome ที่พัฒนาโดย zeraye และคุณลักษณะหลักของมันคือ "Analyse chess.com game at lichess.org for free"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chess.com analyse at lichess
ดาวน์โหลดไฟล์ส่วนขยาย Chess.com analyse at lichess ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
After the game on chess.com you will have the horse icon at the top of the Chrome (right side of the search bar). After clicking on it, you will be moved to the new tab with lichess.org game analyse. Enjoy your free game analyse and learn from your mistakes! If something is broken, let me know: [email protected]
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Chess.com analyse at lichess |
ID | mnhepnblaeiiomcdpcdnnnopmmblifke |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/chesscom-analyse-at-liche/mnhepnblaeiiomcdpcdnnnopmmblifke |
คำอธิบาย | Analyse chess.com game at lichess.org for free |
ขนาดไฟล์ | 37.05 KB |
จำนวนการติดตั้ง | 66 |
เวอร์ชันปัจจุบัน | 1.6 |
อัปเดตครั้งล่าสุด | 2022-08-23 |
วันที่เผยแพร่ | 2022-08-23 |
ผู้พัฒนา | zeraye |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chess.com analyse at lichess", "version": "1.6", "description": "Analyse chess.com game at lichess.org for free", "icons": { "512": "icons\/icon-512.png" }, "host_permissions": [ "https:\/\/www.chess.com\/", "https:\/\/api.chess.com\/", "https:\/\/lichess.org\/" ], "permissions": [ "declarativeContent", "scripting", "activeTab" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": { "512": "icons\/page-action-icon-512.png" }, "default_title": "Analyse game" } } |