Chess Openings
Chess Openings Tutorial Database
Chess Openings là gì?
Chess Openings là một tiện ích mở rộng Chrome được phát triển bởi nerdromere, và tính năng chính của nó là "Chess Openings Tutorial Database".
Ả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 Chess Openings
Tải xuống các tệp mở rộng Chess Openings 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
Provides useful explanations to chess positions. Users should install it because it instantly provides useful explanations based on the position of the chessboard. This is very useful for beginners who want to learn chess and need a quick way to understand the chess position.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Chess Openings |
ID | kpgbnbaohhomckijheoipglnckokahph |
URL Chính Thức | https://chromewebstore.google.com/detail/chess-openings/kpgbnbaohhomckijheoipglnckokahph |
Mô tả | Chess Openings Tutorial Database |
Kích Thước Tệp | 77.11 KB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-01-31 |
Ngày Phát Hành | 2023-01-31 |
Nhà Phát Triển | nerdromere |
[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": "Chess Openings", "description": "Chess Openings Tutorial Database", "version": "1.0", "manifest_version": 3, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "*:\/\/*.chess.com\/explorer*" ], "js": [ "content-scripts\/ChessComContentScript.js" ] } ], "permissions": [ "tabs" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } }, "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } } |