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
Eメール [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",
        ""
    ]
}