PDF Mage
Click to save page as PDF
Cos'è PDF Mage?
PDF Mage è un'estensione di Chrome sviluppata da https://pdfmage.org, e la sua funzione principale è "Click to save page as PDF".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PDF Mage
Scarica i file di estensione PDF Mage in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | PDF Mage |
ID | gknphemhpcknkhegndlihchfonpdcben |
URL Ufficiale | https://chromewebstore.google.com/detail/pdf-mage/gknphemhpcknkhegndlihchfonpdcben |
Descrizione | Click to save page as PDF |
Dimensione del File | 120 KB |
Conteggio Installazioni | 78,388 |
Versione Corrente | 2.1.12 |
Ultimo Aggiornamento | 2022-08-15 |
Data di Pubblicazione | 2020-07-03 |
Valutazione | 4.12/5 Totale 245 Valutazioni |
Sviluppatore | https://pdfmage.org |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://pdfmage.org/ |
URL della Pagina della Politica sulla Privacy | https://pdfmage.org/home/privacypolicy |
Lingue Supportate | 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", " |