Chess.com to Lichess Import
Allows users to import Chess.com games into Lichess with one click
Chess.com to Lichess Import là gì?
Chess.com to Lichess Import là một tiện ích mở rộng Chrome được phát triển bởi 17victork, và tính năng chính của nó là "Allows users to import Chess.com games into Lichess with one click".
Ả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.com to Lichess Import
Tải xuống các tệp mở rộng Chess.com to Lichess Import 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
🚀 One-click import your chess.com games to lichess.org! 🎮
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Chess.com to Lichess Import |
ID | jblnpdempinkonbjejolagghdofaipjf |
URL Chính Thức | https://chromewebstore.google.com/detail/chesscom-to-lichess-impor/jblnpdempinkonbjejolagghdofaipjf |
Mô tả | Allows users to import Chess.com games into Lichess with one click |
Kích Thước Tệp | 3.34 MB |
Số Lần Cài Đặt | 447 |
Phiên Bản Hiện Tại | 0.80 |
Cập Nhật Lần Cuối | 2024-02-24 |
Ngày Phát Hành | 2021-06-02 |
Đánh Giá | 3.00/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | 17victork |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/WojtekTB/Chesscom-to-lichess-games |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chess.com to Lichess Import", "description": "Allows users to import Chess.com games into Lichess with one click", "version": "0.80", "icons": { "48": "logo48.png", "128": "logo128.png" }, "action": { "default_popup": ".\/donation.html" }, "permissions": [ "storage", "activeTab" ], "host_permissions": [ "https:\/\/lichess.org\/*" ], "background": { "service_worker": ".\/scripts\/background.js", "type": "module" }, "web_accessible_resources": [ { "resources": [ "table.html", "scripts\/*", "styles\/*" ], "matches": [ "https:\/\/www.chess.com\/*", "https:\/\/lichess.org\/*" ], "use_dyanmics_url": true } ], "content_scripts": [ { "matches": [ "https:\/\/www.chess.com\/*", "https:\/\/lichess.org\/*" ], "js": [ ".\/scripts\/ratingWindow.js", ".\/scripts\/injectHtmlButtonToPage.js", ".\/scripts\/lichessPressAnalysis.js" ] } ], "manifest_version": 3 } |