Webpage to PDF

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

Qu'est-ce que Webpage to PDF ?

Webpage to PDF est une extension Chrome développée par https://grabz.it, et sa fonction principale est "Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Webpage to PDF

Téléchargez les fichiers d'extension Webpage to PDF au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Webpage to PDF Webpage to PDF
ID jhblddikdaedhaajknaedddoimchpdfj
URL Officiel https://chromewebstore.google.com/detail/webpage-to-pdf/jhblddikdaedhaajknaedddoimchpdfj
Description Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.
Taille du Fichier 244 KB
Nombre d'Installations 21
Version Actuelle 1.0.9
Dernière Mise à Jour 2024-02-26
Date de Publication 2023-11-08
Évaluation 1.00/5 Total 1 Évaluations
Développeur https://grabz.it
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://grabz.it/
URL de la Page d'Aide https://grabz.it/contact/
URL de la Page de Politique de Confidentialité https://grabz.it/legal/privacy-policy
Langues Prises en Charge 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"
    }
}