Wondershare PDFelement

To convert the web page to PDF

ما هو Wondershare PDFelement؟

Wondershare PDFelement هو إضافة Chrome تم تطويرها بواسطة https://pdf.wondershare.com، والميزة الرئيسية لها هي "To convert the web page to PDF".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Wondershare PDFelement

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

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

                        This plugin is used to convert the webpages to PDF. Users can set the layout, add watermarks, headers/footers, and apply security settings for the PDF during conversion. Wondershare PDFelement  is required to use this plugin. For more information, go to pdf.wondershare.com.                    

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

الاسم Wondershare PDFelement Wondershare PDFelement
ID ilmgaoiahpbgamghoailbgpakhphhckb
عنوان URL الرسمي https://chromewebstore.google.com/detail/wondershare-pdfelement/ilmgaoiahpbgamghoailbgpakhphhckb
الوصف To convert the web page to PDF
حجم الملف 56.16 KB
عدد التثبيتات 2,256
النسخة الحالية 1.3.1
آخر تحديث 2022-12-12
تاريخ النشر 2022-12-07
تقييم 2.20/5 مجموع تقييمات 5
المطور https://pdf.wondershare.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://pdf.wondershare.com
عنوان صفحة المساعدة https://support.wondershare.com/how-tos/pdfelement/
عنوان صفحة سياسة الخصوصية https://www.wondershare.com/privacy.html
اللغات المدعومة de,en,fr,nl,es,it,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "name": "__MSG_ExtensionName__",
    "version": "1.3.1",
    "manifest_version": 3,
    "description": "__MSG_ExtensionDescription__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "contextMenus",
        "cookies",
        "storage",
        "nativeMessaging",
        "pageCapture"
    ],
    "host_permissions": [
        ""
    ],
    "homepage_url": "https:\/\/pdf.wondershare.com",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content_scripts.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "64": "images\/icon64.png",
            "128": "images\/icon128.png"
        },
        "default_popup": "popup.html",
        "DefaultTitle": "__MSG_DefaultTitle__"
    },
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "128": "images\/icon128.png"
    },
    "minimum_chrome_version": "88",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}