Move Highlighter
Highlight common moves in the Lichess engine analysis
Move Highlighter là gì?
Move Highlighter là một tiện ích mở rộng Chrome được phát triển bởi danbock, và tính năng chính của nó là "Highlight common moves in the Lichess engine analysis".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Move Highlighter
Tải xuống các tệp mở rộng Move Highlighter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Move Highlighter helps you make sense of the Lichess engine analysis, which can help you get better at chess. Lichess's engine analysis normally shows five lines of chess notation in black and white. You can read through each line one at a time, but sometimes it's hard to understand what the engine is trying to tell you. Wouldn't it be great if you could quickly identify moves that exist in multiple lines? That's what Move Highlighter does. The most common moves are highlighted, each in its own color. If the move Nf3 is in all five lines, you'll be able to tell at a glance, because Nf3 will be highlighted in (for example) green, everywhere it shows up, and the human eye can quickly spot all the green highlighting a lot more easily than it can spot all the instances of text like "Nf3".
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Move Highlighter |
ID | mjonchgaeohkmdjemlchehdfmfegcgpf |
URL Chính Thức | https://chromewebstore.google.com/detail/move-highlighter/mjonchgaeohkmdjemlchehdfmfegcgpf |
Mô tả | Highlight common moves in the Lichess engine analysis |
Kích Thước Tệp | 17.85 KB |
Số Lần Cài Đặt | 244 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2023-06-07 |
Ngày Phát Hành | 2023-06-07 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | danbock |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Move Highlighter", "version": "0.0.1", "description": "Highlight common moves in the Lichess engine analysis", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/lichess.org\/*" ] } ], "action": [], "icons": { "128": "icon.png" } } |