Webpage to PDF Converter

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

¿Qué es Webpage to PDF Converter?

Webpage to PDF Converter es una extensión de Chrome desarrollada por webtopdfplugin, y su función principal es "Install webpage to PDF converter & capture entire webpage as pdf. Or edit PDF and download with one click.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Webpage to PDF Converter

Descarga archivos de extensión Webpage to PDF Converter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Webpage to PDF Converter Webpage to PDF Converter
ID gpkildejogofhhobidokcjpolaikgldj
URL Oficial https://chromewebstore.google.com/detail/webpage-to-pdf-converter/gpkildejogofhhobidokcjpolaikgldj
Descripción Install webpage to PDF converter & capture entire webpage as pdf. Or edit PDF and download with one click.
Tamaño del Archivo 1.28 MB
Cantidad de Instalaciones 23,728
Versión Actual 1.2
Última Actualización 2023-07-27
Fecha de Publicación 2023-02-23
Calificación 3.65/5 Total de 79 Calificaciones
Desarrollador webtopdfplugin
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://drive.google.com/file/d/18SqVWAyEPjCoMC4LBo9tZZST91xCMCP_/view?usp=sharing
Idiomas Soportados 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"
            ]
        }
    ]
}