PDF Mage

Click to save page as PDF

Was ist PDF Mage?

PDF Mage ist eine Chrome-Erweiterung, die von https://pdfmage.org entwickelt wurde, und ihr Hauptmerkmal ist "Click to save page as PDF".

Erweiterungsscreenshots

screenshot

PDF Mage-Erweiterungs-CRX-Datei herunterladen

Laden Sie PDF Mage-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name PDF Mage PDF Mage
ID gknphemhpcknkhegndlihchfonpdcben
Offizielle URL https://chromewebstore.google.com/detail/pdf-mage/gknphemhpcknkhegndlihchfonpdcben
Beschreibung Click to save page as PDF
Dateigröße 120 KB
Installationsanzahl 78,388
Aktuelle Version 2.1.12
Letztes Update 2022-08-15
Veröffentlichungsdatum 2020-07-03
Bewertung 4.12/5 Insgesamt 245 Bewertungen
Entwickler https://pdfmage.org
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://pdfmage.org/
URL der Datenschutzrichtlinien-Seite https://pdfmage.org/home/privacypolicy
Unterstützte Sprachen 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",
        ""
    ]
}