Webpage to PDF

Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.

What is Webpage to PDF?

Webpage to PDF is a Chrome extension developed by https://grabz.it, and its main feature is "Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Webpage to PDF Extension CRX File

Download Webpage 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

                        Quickly convert any webpage to a PDF document. This application reads the content of the current web page and sends it to GrabzIt's API for conversion before automatically downloading it to your computer. The PDF conversion tries to make the PDF closely resemble the actual web page using the correct styling.

Once you have installed your application just follow the instructions in the extension to get your own free application key, enter it into the extension and get converting!                    

Extension Basic Information

Name Webpage to PDF Webpage to PDF
ID jhblddikdaedhaajknaedddoimchpdfj
Official URL https://chromewebstore.google.com/detail/webpage-to-pdf/jhblddikdaedhaajknaedddoimchpdfj
Description Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.
File Size 244 KB
Installation Count 21
Current Version 1.0.9
Last Updated 2024-02-26
Publish Date 2023-11-08
Rating 1.00/5 Total 1 Ratings
Developer https://grabz.it
Email [email protected]
Payment Type in_app
Extension Website https://grabz.it/
Help Page URL https://grabz.it/contact/
Privacy Policy Page URL https://grabz.it/legal/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Webpage to PDF",
    "description": "Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.",
    "version": "1.0.9",
    "options_page": "options.html",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "*:\/\/grabz.it\/*"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "downloads"
    ],
    "icons": {
        "48": "icon48.png",
        "64": "icon64.png",
        "96": "icon.png",
        "128": "icon128.png"
    }
}