PDF Mage

Click to save page as PDF

ما هو PDF Mage؟

PDF Mage هو إضافة Chrome تم تطويرها بواسطة https://pdfmage.org، والميزة الرئيسية لها هي "Click to save page as PDF".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة PDF Mage

قم بتنزيل ملفات الامتداد PDF Mage بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة سياسة الخصوصية 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",
        ""
    ]
}