Arrows For Chess.com
Adds arrows to the analysis view on chess.com
Arrows For Chess.com là gì?
Arrows For Chess.com là một tiện ích mở rộng Chrome được phát triển bởi philipp, và tính năng chính của nó là "Adds arrows to the analysis view on chess.com".
Ả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 Arrows For Chess.com
Tải xuống các tệp mở rộng Arrows For Chess.com 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
Adds arrows for the top engine lines to the analysis view on chess.com - The orange arrows show you the best moves - The thickness of the arrows indicates how good a move is compared to the other top-moves How it works: - Go to the game review view on chess.com (https://www.chess.com/analysis/game/live/...) - Open the analysis tab - Enable the "Best Move Arrows"-Toggle (-> visible in the screenshot)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | deaiombfofdgoldipnjjgbjkhledjhaj |
URL Chính Thức | https://chrome.google.com/webstore/detail/arrows-for-chesscom/deaiombfofdgoldipnjjgbjkhledjhaj |
Mô tả | Adds arrows to the analysis view on chess.com |
Kích Thước Tệp | 100 KB |
Số Lần Cài Đặt | 322 |
Phiên Bản Hiện Tại | 0.1.2 |
Cập Nhật Lần Cuối | 2022-06-05 |
Ngày Phát Hành | 2022-05-31 |
Đánh Giá | 1.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | philipp |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Arrows For Chess.com", "manifest_version": 3, "version": "0.1.2", "description": "Adds arrows to the analysis view on chess.com", "icons": { "16": "icons\/crown_16.png", "32": "icons\/crown_32.png", "64": "icons\/crown_64.png", "128": "icons\/crown_128.png", "512": "icons\/crown_512.png" }, "content_scripts": [ { "css": [ "app.css" ], "js": [ "app.js" ], "matches": [ "https:\/\/www.chess.com\/analysis\/game\/live\/*" ] } ] } |