PDF Mage
Click to save page as PDF
Vad är PDF Mage?
PDF Mage är en Chrome-tillägg utvecklad av https://pdfmage.org, och dess huvudfunktion är "Click to save page as PDF".
Tilläggsskärmbilder
Ladda ner PDF Mage-förlängningens CRX-fil
Ladda ner PDF Mage-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | PDF Mage |
ID | gknphemhpcknkhegndlihchfonpdcben |
Officiell webbadress | https://chromewebstore.google.com/detail/pdf-mage/gknphemhpcknkhegndlihchfonpdcben |
Beskrivning | Click to save page as PDF |
Filstorlek | 120 KB |
Antal Installationer | 78,388 |
Aktuell Version | 2.1.12 |
Senast Uppdaterad | 2022-08-15 |
Publiceringsdatum | 2020-07-03 |
Betyg | 4.12/5 Totalt 245 Betyg |
Utvecklare | https://pdfmage.org |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://pdfmage.org/ |
URL till Sekretesspolicy Sidan | https://pdfmage.org/home/privacypolicy |
Stödda Språk | 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", " |