Webpage to PDF Converter

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

Apa itu Webpage to PDF Converter?

Webpage to PDF Converter adalah ekstensi Chrome yang dikembangkan oleh webtopdfplugin, dan fitur utamanya adalah "Install webpage to PDF converter & capture entire webpage as pdf. Or edit PDF and download with one click.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Webpage to PDF Converter

Unduh file ekstensi Webpage to PDF Converter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Webpage to PDF Converter Webpage to PDF Converter
ID gpkildejogofhhobidokcjpolaikgldj
URL Resmi https://chromewebstore.google.com/detail/webpage-to-pdf-converter/gpkildejogofhhobidokcjpolaikgldj
Deskripsi Install webpage to PDF converter & capture entire webpage as pdf. Or edit PDF and download with one click.
Ukuran File 1.28 MB
Jumlah Instalasi 23,728
Versi Saat Ini 1.2
Terakhir Diperbarui 2023-07-27
Tanggal Publikasi 2023-02-23
Penilaian 3.65/5 Total 79 Penilaian
Pengembang webtopdfplugin
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://drive.google.com/file/d/18SqVWAyEPjCoMC4LBo9tZZST91xCMCP_/view?usp=sharing
Bahasa yang Didukung 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"
            ]
        }
    ]
}