Website to PDF

Convert entire website to PDF file

Website to PDFคืออะไร?

Website to PDF เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nikolay Gechev และคุณลักษณะหลักของมันคือ "Convert entire website to PDF file"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Website to PDF

ดาวน์โหลดไฟล์ส่วนขยาย Website to PDF ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Website to PDF Website to PDF
ID gkdcbpbinmenbpbnmihiddmmilgbahhe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/website-to-pdf/gkdcbpbinmenbpbnmihiddmmilgbahhe
คำอธิบาย Convert entire website to PDF file
ขนาดไฟล์ 140 KB
จำนวนการติดตั้ง 10,400
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2020-12-06
วันที่เผยแพร่ 2019-04-02
คะแนน 2.25/5 รวมทั้งหมด 36 คะแนน
ผู้พัฒนา Nikolay Gechev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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": []
}

ส่วนขยายที่เกี่ยวข้อง