Lichess print-friendly PDF
Restores the 'print-friendly PDF' feature of lichess. Exports any game as a pretty-printed PDF file.
Lichess print-friendly PDF là gì?
Lichess print-friendly PDF là một tiện ích mở rộng Chrome được phát triển bởi Robert Anderson, và tính năng chính của nó là "Restores the 'print-friendly PDF' feature of lichess. Exports any game as a pretty-printed PDF file.".
Ả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 Lichess print-friendly PDF
Tải xuống các tệp mở rộng Lichess print-friendly PDF 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
This extension has the following features: * Exports any finished lichess.com game to a pretty-printed PDF with diagrams, analysis and move timings where available. * Supports all lichess variants. Source code is on Github here: https://github.com/ZeroSharp/lichess.org_pdf_Chrome_extension Source code for the serverless back-end is here: https://github.com/ZeroSharp/serverless-lichess-to-pdf I am not affiliated in any way with lichess. Thanks to James Clarke who wrote the original PHP exporter.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Lichess print-friendly PDF |
ID | goijhimgdjppmhmjkaglhggoapkgobfg |
URL Chính Thức | https://chromewebstore.google.com/detail/lichess-print-friendly-pd/goijhimgdjppmhmjkaglhggoapkgobfg |
Mô tả | Restores the 'print-friendly PDF' feature of lichess. Exports any game as a pretty-printed PDF file. |
Kích Thước Tệp | 83.29 KB |
Số Lần Cài Đặt | 988 |
Phiên Bản Hiện Tại | 3.0.0 |
Cập Nhật Lần Cuối | 2022-06-21 |
Ngày Phát Hành | 2019-05-11 |
Đánh Giá | 4.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | Robert Anderson |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | http://www.zerosharp.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "name": "__MSG_name__", "version": "3.0.0", "manifest_version": 3, "description": "__MSG_description__", "homepage_url": "http:\/\/www.zerosharp.com", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "128": "icons\/knight128.png", "16": "icons\/knight16.png", "256": "icons\/knight256.png", "32": "icons\/knight32.png", "512": "icons\/knight512.png", "64": "icons\/knight64.png", "48": "icons\/knight48.png" }, "default_locale": "en", "content_scripts": [ { "js": [ "js\/jquery-3.5.1.min.js", "src\/bg\/exporttopdf.js" ], "matches": [ "https:\/\/*.lichess.org\/*" ] } ], "action": { "default_icon": { "128": "icons\/knight128.png", "16": "icons\/knight16.png", "256": "icons\/knight256.png", "32": "icons\/knight32.png", "512": "icons\/knight512.png", "64": "icons\/knight64.png", "48": "icons\/knight48.png" } } } |