Website to PDF

Convert entire website to PDF file

What is Website to PDF?

Website to PDF is a Chrome extension developed by Nikolay Gechev, and its main feature is "Convert entire website to PDF file".

Extension Screenshots

screenshot

Download Website to PDF Extension CRX File

Download Website to PDF extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        You are able to convert entire website (Limit of pages is 39) to one PDF file or to print it. It is recommended to use a page address with format http://example.com/section1/partition2 to convert only pages into section1/partition2.

If something does not working as expect, please add URL address and short description.                    

Extension Basic Information

Name Website to PDF Website to PDF
ID gkdcbpbinmenbpbnmihiddmmilgbahhe
Official URL https://chromewebstore.google.com/detail/website-to-pdf/gkdcbpbinmenbpbnmihiddmmilgbahhe
Description Convert entire website to PDF file
File Size 140 KB
Installation Count 10,400
Current Version 1.1
Last Updated 2020-12-06
Publish Date 2019-04-02
Rating 2.25/5 Total 36 Ratings
Developer Nikolay Gechev
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Website to PDF",
    "description": "Convert entire website to PDF file",
    "icons": {
        "64": "printer64x64.png",
        "48": "printer48x48.png",
        "24": "printer24x24.png"
    },
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": []
}