PDF Mage

Click to save page as PDF

Qu'est-ce que PDF Mage ?

PDF Mage est une extension Chrome développée par https://pdfmage.org, et sa fonction principale est "Click to save page as PDF".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PDF Mage

Téléchargez les fichiers d'extension PDF Mage au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom PDF Mage PDF Mage
ID gknphemhpcknkhegndlihchfonpdcben
URL Officiel https://chromewebstore.google.com/detail/pdf-mage/gknphemhpcknkhegndlihchfonpdcben
Description Click to save page as PDF
Taille du Fichier 120 KB
Nombre d'Installations 78,388
Version Actuelle 2.1.12
Dernière Mise à Jour 2022-08-15
Date de Publication 2020-07-03
Évaluation 4.12/5 Total 245 Évaluations
Développeur https://pdfmage.org
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://pdfmage.org/
URL de la Page de Politique de Confidentialité https://pdfmage.org/home/privacypolicy
Langues Prises en Charge 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",
        ""
    ]
}