Webpage to PDF

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

Webpage to PDFคืออะไร?

Webpage to PDF เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://grabz.it และคุณลักษณะหลักของมันคือ "Convert any web page to a PDF document that resembles as closely as possible what you see in the browser."

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

screenshot
screenshot
screenshot

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

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

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

                        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!                    

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

ชื่อ Webpage to PDF Webpage to PDF
ID jhblddikdaedhaajknaedddoimchpdfj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/webpage-to-pdf/jhblddikdaedhaajknaedddoimchpdfj
คำอธิบาย Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.
ขนาดไฟล์ 244 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 1.0.9
อัปเดตครั้งล่าสุด 2024-02-26
วันที่เผยแพร่ 2023-11-08
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://grabz.it
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://grabz.it/
URL หน้าช่วยเหลือ https://grabz.it/contact/
URL หน้านโยบายความเป็นส่วนตัว https://grabz.it/legal/privacy-policy
ภาษาที่รองรับ 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"
    }
}