Website to PDF

Convert entire website to PDF file

Apa itu Website to PDF?

Website to PDF adalah ekstensi Chrome yang dikembangkan oleh Nikolay Gechev, dan fitur utamanya adalah "Convert entire website to PDF file".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Website to PDF

Unduh file ekstensi Website to PDF 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

                        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.                    

Informasi Dasar Ekstensi

Nama Website to PDF Website to PDF
ID gkdcbpbinmenbpbnmihiddmmilgbahhe
URL Resmi https://chromewebstore.google.com/detail/website-to-pdf/gkdcbpbinmenbpbnmihiddmmilgbahhe
Deskripsi Convert entire website to PDF file
Ukuran File 140 KB
Jumlah Instalasi 10,400
Versi Saat Ini 1.1
Terakhir Diperbarui 2020-12-06
Tanggal Publikasi 2019-04-02
Penilaian 2.25/5 Total 36 Penilaian
Pengembang Nikolay Gechev
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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": []
}