PDF Mage

Click to save page as PDF

Wat is PDF Mage?

PDF Mage is een Chrome-extensie ontwikkeld door https://pdfmage.org, en de belangrijkste functie is "Click to save page as PDF".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie PDF Mage

Download PDF Mage-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam PDF Mage PDF Mage
ID gknphemhpcknkhegndlihchfonpdcben
Officiële URL https://chromewebstore.google.com/detail/pdf-mage/gknphemhpcknkhegndlihchfonpdcben
Beschrijving Click to save page as PDF
Bestandsgrootte 120 KB
Aantal Installaties 78,388
Huidige Versie 2.1.12
Laatst Bijgewerkt 2022-08-15
Publicatiedatum 2020-07-03
Beoordeling 4.12/5 Totaal 245 Beoordelingen
Ontwikkelaar https://pdfmage.org
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://pdfmage.org/
URL van de Privacybeleid Pagina https://pdfmage.org/home/privacypolicy
Ondersteunde Talen 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",
        ""
    ]
}