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 Robert Anderson द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Restores the 'print-friendly PDF' feature of lichess. Exports any game as a pretty-printed PDF file."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Lichess print-friendly PDF एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
        }
    }
}