Website to PDF

Convert entire website to PDF file

Cos'è Website to PDF?

Website to PDF è un'estensione di Chrome sviluppata da Nikolay Gechev, e la sua funzione principale è "Convert entire website to PDF file".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Website to PDF

Scarica i file di estensione Website to PDF in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        You are able to convert entire website (Limit of pages is 39) to one PDF file or to print it. It is recommended to use a page address with format http://example.com/section1/partition2 to convert only pages into section1/partition2.

If something does not working as expect, please add URL address and short description.                    

Informazioni di Base sull'Estensione

Nome Website to PDF Website to PDF
ID gkdcbpbinmenbpbnmihiddmmilgbahhe
URL Ufficiale https://chromewebstore.google.com/detail/website-to-pdf/gkdcbpbinmenbpbnmihiddmmilgbahhe
Descrizione Convert entire website to PDF file
Dimensione del File 140 KB
Conteggio Installazioni 10,400
Versione Corrente 1.1
Ultimo Aggiornamento 2020-12-06
Data di Pubblicazione 2019-04-02
Valutazione 2.25/5 Totale 36 Valutazioni
Sviluppatore Nikolay Gechev
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Website to PDF",
    "description": "Convert entire website to PDF file",
    "icons": {
        "64": "printer64x64.png",
        "48": "printer48x48.png",
        "24": "printer24x24.png"
    },
    "version": "1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": []
}