PDF Mage
Click to save page as PDF
Τι είναι το PDF Mage;
Το PDF Mage είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://pdfmage.org, και η κύρια λειτουργία του είναι "Click to save page as PDF".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης PDF Mage
Λήψη αρχείων επέκτασης PDF Mage σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | PDF Mage |
ID | gknphemhpcknkhegndlihchfonpdcben |
Επίσημο URL | https://chromewebstore.google.com/detail/pdf-mage/gknphemhpcknkhegndlihchfonpdcben |
Περιγραφή | Click to save page as PDF |
Μέγεθος Αρχείου | 120 KB |
Αριθμός Εγκαταστάσεων | 78,388 |
Τρέχουσα Έκδοση | 2.1.12 |
Τελευταία Ενημέρωση | 2022-08-15 |
Ημερομηνία Δημοσίευσης | 2020-07-03 |
Αξιολόγηση | 4.12/5 Συνολικά 245 Αξιολογήσεις |
Προγραμματιστής | https://pdfmage.org |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://pdfmage.org/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://pdfmage.org/home/privacypolicy |
Υποστηριζόμενες Γλώσσες | 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", " |