PDF Mage

Click to save page as PDF

PDF Mageคืออะไร?

PDF Mage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pdfmage.org และคุณลักษณะหลักของมันคือ "Click to save page as PDF"

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

screenshot

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

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

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

                        PDF Mage lets you save the page you are currently viewing as a high quality PDF file.

Features: 
- Saves a page with a single click of a button
- Works with any page you are currently viewing, even if it requires a login
- No watermarks applied
- Automatically downloads the saved PDF file
- Capable of saving parts of a web page as PDF

Note: this extension requires an Internet connection to operate. It uses an external API to convert a web page into a PDF file and lets you download the file once the conversion is completed.                    

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

ชื่อ PDF Mage PDF Mage
ID gknphemhpcknkhegndlihchfonpdcben
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pdf-mage/gknphemhpcknkhegndlihchfonpdcben
คำอธิบาย Click to save page as PDF
ขนาดไฟล์ 120 KB
จำนวนการติดตั้ง 78,388
เวอร์ชันปัจจุบัน 2.1.12
อัปเดตครั้งล่าสุด 2022-08-15
วันที่เผยแพร่ 2020-07-03
คะแนน 4.12/5 รวมทั้งหมด 245 คะแนน
ผู้พัฒนา https://pdfmage.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://pdfmage.org/
URL หน้านโยบายความเป็นส่วนตัว https://pdfmage.org/home/privacypolicy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PDF Mage",
    "version": "2.1.12",
    "manifest_version": 2,
    "description": "Click to save page as PDF",
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "images\/icon_16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "downloads",
        "storage",
        "contextMenus",
        ""
    ]
}