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คืออะไร?

Lichess print-friendly PDF เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Robert Anderson และคุณลักษณะหลักของมันคือ "Restores the 'print-friendly PDF' feature of lichess. Exports any game as a pretty-printed PDF file."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lichess print-friendly PDF

ดาวน์โหลดไฟล์ส่วนขยาย Lichess print-friendly PDF ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Lichess print-friendly PDF Lichess print-friendly PDF
ID goijhimgdjppmhmjkaglhggoapkgobfg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/lichess-print-friendly-pd/goijhimgdjppmhmjkaglhggoapkgobfg
คำอธิบาย Restores the 'print-friendly PDF' feature of lichess. Exports any game as a pretty-printed PDF file.
ขนาดไฟล์ 83.29 KB
จำนวนการติดตั้ง 988
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2022-06-21
วันที่เผยแพร่ 2019-05-11
คะแนน 4.00/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา Robert Anderson
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้าช่วยเหลือ http://www.zerosharp.com
ภาษาที่รองรับ 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"
        }
    }
}