PDF Mage

Click to save page as PDF

PDF Mage क्या है?

PDF Mage https://pdfmage.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Click to save page as PDF"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PDF Mage एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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 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",
        ""
    ]
}