Webpage to PDF

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

O que é Webpage to PDF?

Webpage to PDF é uma extensão do Chrome desenvolvida por https://grabz.it, e sua principal característica é "Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Webpage to PDF

Baixe arquivos de extensão Webpage to PDF no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Webpage to PDF Webpage to PDF
ID jhblddikdaedhaajknaedddoimchpdfj
URL Oficial https://chromewebstore.google.com/detail/webpage-to-pdf/jhblddikdaedhaajknaedddoimchpdfj
Descrição Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.
Tamanho do Arquivo 244 KB
Contagem de Instalações 21
Versão Atual 1.0.9
Última Atualização 2024-02-26
Data de Publicação 2023-11-08
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor https://grabz.it
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://grabz.it/
URL da Página de Ajuda https://grabz.it/contact/
URL da Página de Política de Privacidade https://grabz.it/legal/privacy-policy
Idiomas Suportados 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"
    }
}