PDF Mage

Click to save page as PDF

PDF Mage là gì?

PDF Mage là một tiện ích mở rộng Chrome được phát triển bởi https://pdfmage.org, và tính năng chính của nó là "Click to save page as PDF".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng PDF Mage

Tải xuống các tệp mở rộng PDF Mage dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PDF Mage PDF Mage
ID gknphemhpcknkhegndlihchfonpdcben
URL Chính Thức https://chromewebstore.google.com/detail/pdf-mage/gknphemhpcknkhegndlihchfonpdcben
Mô tả Click to save page as PDF
Kích Thước Tệp 120 KB
Số Lần Cài Đặt 78,388
Phiên Bản Hiện Tại 2.1.12
Cập Nhật Lần Cuối 2022-08-15
Ngày Phát Hành 2020-07-03
Đánh Giá 4.12/5 Tổng số 245 Đánh Giá
Nhà Phát Triển https://pdfmage.org
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pdfmage.org/
URL Trang Chính Sách Bảo Mật https://pdfmage.org/home/privacypolicy
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ]
}