Webpage to PDF Converter

Install webpage to PDF converter & capture entire webpage as pdf. Or edit PDF and download with one click.

What is Webpage to PDF Converter?

Webpage to PDF Converter is a Chrome extension developed by webtopdfplugin, and its main feature is "Install webpage to PDF converter & capture entire webpage as pdf. Or edit PDF and download with one click.".

Extension Screenshots

screenshot

Download Webpage to PDF Converter Extension CRX File

Download Webpage to PDF Converter 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

                        Webpage to PDF converter to easily save webpages as PDF files. 

If you're looking for an easy way to save and share web content, the Webpage to PDF Converter extension is just what you need. With just a few clicks, you can turn any webpage into a high-quality PDF file that's easy to read and share. This PDF converter is fast and reliable, making it the perfect tool for anyone who wants to save online content as a PDF file for later use or share it with others. 

 

Key Features of Web Page to PDF Converter  

Here are some of the key features of this extension:  

>> Full page PDF Conversion: It enables users to capture full page as a PDF in a single click only 

>> PDF Edit & Download Option: It also allows you to edit PDF files and download on the system 

>>Fast and reliable: The conversion process is quick and efficient, and the resulting PDF files are of high quality. 

>>Multiple webpage support: Our converter can convert multiple webpages into a single PDF document. 

>>Browser integration: The tool integrates seamlessly with your browser, allowing you to convert webpages to PDFs directly from your browser. 

 

Steps To Save Webpages as PDFs  

>>Install our webpage to PDF converter on your browser  

>>Open the webpage you want to convert to PDF  

>>Click on the extension icon in your browser  

>> Now you will see two options: Web page to PDF converter & Edit & Webpage to PDF converter 

>> First option enables to download the whole page as a PDF file & the second option enables users to edit and download PDF file.                    

Extension Basic Information

Name Webpage to PDF Converter Webpage to PDF Converter
ID gpkildejogofhhobidokcjpolaikgldj
Official URL https://chromewebstore.google.com/detail/webpage-to-pdf-converter/gpkildejogofhhobidokcjpolaikgldj
Description Install webpage to PDF converter & capture entire webpage as pdf. Or edit PDF and download with one click.
File Size 1.28 MB
Installation Count 23,728
Current Version 1.2
Last Updated 2023-07-27
Publish Date 2023-02-23
Rating 3.65/5 Total 79 Ratings
Developer webtopdfplugin
Email [email protected]
Payment Type free
Privacy Policy Page URL https://drive.google.com/file/d/18SqVWAyEPjCoMC4LBo9tZZST91xCMCP_/view?usp=sharing
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.2",
    "default_locale": "en",
    "name": "__MSG_appTitle__",
    "description": "Install webpage to PDF converter & capture entire webpage as pdf. Or edit PDF and download with one click.  ",
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "Icons\/icon64.png"
    },
    "icons": {
        "16": "Icons\/icon16.png",
        "32": "Icons\/icon32.png",
        "64": "Icons\/icon64.png",
        "128": "Icons\/icon128.png",
        "2000": "Icons\/icon2000.png"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/jquery.min.js",
                "content\/content.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "downloads",
        "notifications",
        "storage",
        "gcm",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "redo.png",
                "undo.png",
                "webpagetopdfconverter.png"
            ]
        }
    ]
}