Webpage to PDF Converter

Install webpage to PDF converter & capture entire webpage as pdf. Or edit PDF and download with one click.

Qu'est-ce que Webpage to PDF Converter ?

Webpage to PDF Converter est une extension Chrome développée par webtopdfplugin, et sa fonction principale est "Install webpage to PDF converter & capture entire webpage as pdf. Or edit PDF and download with one click.".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Webpage to PDF Converter 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

                        Webpage to PDF converter to easily save webpages as PDF files. 

If you're looking for an easy way to save and share web content, the Webpage to PDF Converter extension is just what you need. With just a few clicks, you can turn any webpage into a high-quality PDF file that's easy to read and share. This PDF converter is fast and reliable, making it the perfect tool for anyone who wants to save online content as a PDF file for later use or share it with others. 

 

Key Features of Web Page to PDF Converter  

Here are some of the key features of this extension:  

>> Full page PDF Conversion: It enables users to capture full page as a PDF in a single click only 

>> PDF Edit & Download Option: It also allows you to edit PDF files and download on the system 

>>Fast and reliable: The conversion process is quick and efficient, and the resulting PDF files are of high quality. 

>>Multiple webpage support: Our converter can convert multiple webpages into a single PDF document. 

>>Browser integration: The tool integrates seamlessly with your browser, allowing you to convert webpages to PDFs directly from your browser. 

 

Steps To Save Webpages as PDFs  

>>Install our webpage to PDF converter on your browser  

>>Open the webpage you want to convert to PDF  

>>Click on the extension icon in your browser  

>> Now you will see two options: Web page to PDF converter & Edit & Webpage to PDF converter 

>> First option enables to download the whole page as a PDF file & the second option enables users to edit and download PDF file.                    

Informations de Base sur l'Extension

Nom Webpage to PDF Converter Webpage to PDF Converter
ID gpkildejogofhhobidokcjpolaikgldj
URL Officiel https://chromewebstore.google.com/detail/webpage-to-pdf-converter/gpkildejogofhhobidokcjpolaikgldj
Description Install webpage to PDF converter & capture entire webpage as pdf. Or edit PDF and download with one click.
Taille du Fichier 1.28 MB
Nombre d'Installations 23,728
Version Actuelle 1.2
Dernière Mise à Jour 2023-07-27
Date de Publication 2023-02-23
Évaluation 3.65/5 Total 79 Évaluations
Développeur webtopdfplugin
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://drive.google.com/file/d/18SqVWAyEPjCoMC4LBo9tZZST91xCMCP_/view?usp=sharing
Langues Prises en Charge id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.2",
    "default_locale": "en",
    "name": "__MSG_appTitle__",
    "description": "Install webpage to PDF converter & capture entire webpage as pdf. Or edit PDF and download with one click.  ",
    "background": {
        "service_worker": "background\/background.js"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": "Icons\/icon64.png"
    },
    "icons": {
        "16": "Icons\/icon16.png",
        "32": "Icons\/icon32.png",
        "64": "Icons\/icon64.png",
        "128": "Icons\/icon128.png",
        "2000": "Icons\/icon2000.png"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "libs\/jquery.min.js",
                "content\/content.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "downloads",
        "notifications",
        "storage",
        "gcm",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "redo.png",
                "undo.png",
                "webpagetopdfconverter.png"
            ]
        }
    ]
}