ChessablePractice
Practice Chessable positions versus Lichess
ChessablePractice là gì?
ChessablePractice là một tiện ích mở rộng Chrome được phát triển bởi FechtSport, và tính năng chính của nó là "Practice Chessable positions versus Lichess".
Ả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 ChessablePractice
Tải xuống các tệp mở rộng ChessablePractice 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
Automates task of loading current position from Chessable.com variations into a new tab to practice on Lichess.com versus computer. If activated from Chessable study mode will select first or last position in variation (specified by options setting).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nengkiedldfcnadeapalbfompahjojdc |
URL Chính Thức | https://chromewebstore.google.com/detail/chessablepractice/nengkiedldfcnadeapalbfompahjojdc |
Mô tả | Practice Chessable positions versus Lichess |
Kích Thước Tệp | 19.86 KB |
Số Lần Cài Đặt | 22 |
Phiên Bản Hiện Tại | 0.00.07 |
Cập Nhật Lần Cuối | 2018-04-07 |
Ngày Phát Hành | 2018-04-07 |
Nhà Phát Triển | FechtSport |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "name": "ChessablePractice", "description": "Practice Chessable positions versus Lichess", "homepage_url": "https:\/\/www.chessable.com\/profile\/FechtSport\/", "version": "0.00.07", "manifest_version": 2, "background": { "persistent": false, "scripts": [ "src\/background.js" ] }, "content_scripts": [ { "js": [ "src\/simulate.js" ], "matches": [ "https:\/\/www.chessable.com\/variation\/*", "https:\/\/*.lichess.org\/*" ] }, { "js": [ "src\/analysis.js" ], "matches": [ "https:\/\/*.lichess.org\/*" ] }, { "js": [ "src\/dbg.js", "src\/parseParams.js", "src\/getPosition.js" ], "matches": [ "https:\/\/www.chessable.com\/learn\/*", "https:\/\/www.chessable.com\/variation\/*", "https:\/\/www.chessable.com\/practice\/*" ] } ], "icons": { "16": "icons\/16x16.png", "19": "icons\/19x19.png", "38": "icons\/38x38.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "page_action": { "default_icon": { "19": "icons\/19x19.png", "38": "icons\/38x38.png" }, "default_title": "Practice versus Lichess" }, "options_ui": { "page": "src\/options.html", "chrome_style": true }, "permissions": [ "tabs", "webNavigation", "storage", "https:\/\/*.lichess.org\/", "https:\/\/www.chessable.com\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |