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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ https://support.wondershare.com/how-tos/pdfelement/
URL หน้านโยบายความเป็นส่วนตัว 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"
}