Webpage to PDF
Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.
Cos'è Webpage to PDF?
Webpage to PDF è un'estensione di Chrome sviluppata da https://grabz.it, e la sua funzione principale è "Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Webpage to PDF
Scarica i file di estensione Webpage 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
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!
Informazioni di Base sull'Estensione
Nome | Webpage to PDF |
ID | jhblddikdaedhaajknaedddoimchpdfj |
URL Ufficiale | https://chromewebstore.google.com/detail/webpage-to-pdf/jhblddikdaedhaajknaedddoimchpdfj |
Descrizione | Convert any web page to a PDF document that resembles as closely as possible what you see in the browser. |
Dimensione del File | 244 KB |
Conteggio Installazioni | 21 |
Versione Corrente | 1.0.9 |
Ultimo Aggiornamento | 2024-02-26 |
Data di Pubblicazione | 2023-11-08 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | https://grabz.it |
[email protected] | |
Tipo di Pagamento | in_app |
Sito Web dell'Estensione | https://grabz.it/ |
URL della Pagina di Aiuto | https://grabz.it/contact/ |
URL della Pagina della Politica sulla Privacy | https://grabz.it/legal/privacy-policy |
Lingue Supportate | 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" } } |