Webpage to PDF

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

¿Qué es Webpage to PDF?

Webpage to PDF es una extensión de Chrome desarrollada por https://grabz.it, y su función principal es "Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Webpage to PDF

Descarga archivos de extensión Webpage to PDF 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

                        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!                    

Información Básica de la Extensión

Nombre Webpage to PDF Webpage to PDF
ID jhblddikdaedhaajknaedddoimchpdfj
URL Oficial https://chromewebstore.google.com/detail/webpage-to-pdf/jhblddikdaedhaajknaedddoimchpdfj
Descripción Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.
Tamaño del Archivo 244 KB
Cantidad de Instalaciones 21
Versión Actual 1.0.9
Última Actualización 2024-02-26
Fecha de Publicación 2023-11-08
Calificación 1.00/5 Total de 1 Calificaciones
Desarrollador https://grabz.it
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://grabz.it/
URL de la Página de Ayuda https://grabz.it/contact/
URL de la Página de Política de Privacidad https://grabz.it/legal/privacy-policy
Idiomas Soportados 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"
    }
}