Webpage to PDF

Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.

ما هو Webpage to PDF؟

Webpage to PDF هو إضافة Chrome تم تطويرها بواسطة https://grabz.it، والميزة الرئيسية لها هي "Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.".

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

screenshot
screenshot
screenshot

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

قم بتنزيل ملفات الامتداد Webpage to PDF بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Quickly convert any webpage to a PDF document. This application reads the content of the current web page and sends it to GrabzIt's API for conversion before automatically downloading it to your computer. The PDF conversion tries to make the PDF closely resemble the actual web page using the correct styling.

Once you have installed your application just follow the instructions in the extension to get your own free application key, enter it into the extension and get converting!                    

معلومات أساسية عن التمديد

الاسم Webpage to PDF Webpage to PDF
ID jhblddikdaedhaajknaedddoimchpdfj
عنوان URL الرسمي https://chromewebstore.google.com/detail/webpage-to-pdf/jhblddikdaedhaajknaedddoimchpdfj
الوصف Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.
حجم الملف 244 KB
عدد التثبيتات 21
النسخة الحالية 1.0.9
آخر تحديث 2024-02-26
تاريخ النشر 2023-11-08
تقييم 1.00/5 مجموع تقييمات 1
المطور https://grabz.it
البريد الإلكتروني [email protected]
نوع الدفع in_app
موقع الإضافة https://grabz.it/
عنوان صفحة المساعدة https://grabz.it/contact/
عنوان صفحة سياسة الخصوصية https://grabz.it/legal/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Webpage to PDF",
    "description": "Convert any web page to a PDF document that resembles as closely as possible what you see in the browser.",
    "version": "1.0.9",
    "options_page": "options.html",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "*:\/\/grabz.it\/*"
    ],
    "permissions": [
        "activeTab",
        "storage",
        "scripting",
        "downloads"
    ],
    "icons": {
        "48": "icon48.png",
        "64": "icon64.png",
        "96": "icon.png",
        "128": "icon128.png"
    }
}