Save as PDF

Lets you download web pages as PDF in one click.

Save as PDFคืออะไร?

Save as PDF เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pdfcrowd.com และคุณลักษณะหลักของมันคือ "Lets you download web pages as PDF in one click."

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

screenshot

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

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

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

                        This add-on lets you easily save web pages to PDF. It adds an icon to the browser toolbar that you can click to save the current page as PDF. It uses the Pdfcrowd HTML to PDF online service.

You can learn how it works at https://pdfcrowd.com/save-as-pdf-addon/

*Please note*, that for security reasons it is not possible to create PDF from pages that use a server-based session to identify a user, e.g. your webmail inbox, online banking, shopping cart content, payment checkout, and the likes.

If you need support or have a suggestion, please visit https://pdfcrowd.com/contact/.                    

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

ชื่อ Save as PDF Save as PDF
ID kpdjmbiefanbdgnkcikhllpmjnnllbbc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/save-as-pdf/kpdjmbiefanbdgnkcikhllpmjnnllbbc
คำอธิบาย Lets you download web pages as PDF in one click.
ขนาดไฟล์ 29.63 KB
จำนวนการติดตั้ง 288,643
เวอร์ชันปัจจุบัน 2
อัปเดตครั้งล่าสุด 2022-10-04
วันที่เผยแพร่ 2017-11-10
คะแนน 3.20/5 รวมทั้งหมด 1962 คะแนน
ผู้พัฒนา https://pdfcrowd.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://pdfcrowd.com/save-as-pdf-addon/
URL หน้าช่วยเหลือ https://pdfcrowd.com/contact/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save as PDF",
    "version": "2",
    "manifest_version": 2,
    "description": "Lets you download web pages as PDF in one click.",
    "permissions": [
        "https:\/\/pdfcrowd.com\/",
        "tabs",
        "storage",
        "downloads"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "24": "icons\/icon24.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "64": "icons\/icon64.png",
            "128": "icons\/icon128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Save as PDF by Pdfcrowd.com"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "minimum_chrome_version": "100"
}