PDF Mage

Click to save page as PDF

什麼是PDF Mage?

PDF Mage是由https://pdfmage.org開發的Chrome擴展程式,該擴展的主要功能是“Click to save page as PDF”。

擴展截圖

screenshot

下載PDF Mage擴展crx文件

下載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
官方網址 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",
        ""
    ]
}