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
官方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",
        ""
    ]
}