Foxit PDF Creator

To convert the web page to Foxit PDF

Foxit PDF Creatorคืออะไร?

Foxit PDF Creator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Foxit Software และคุณลักษณะหลักของมันคือ "To convert the web page to Foxit PDF"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Foxit PDF Creator

ดาวน์โหลดไฟล์ส่วนขยาย Foxit PDF Creator ในรูปแบบ 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. Foxit PDF Editor is required to use this plugin. For more information, go to www.foxit.com.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Foxit PDF Creator Foxit PDF Creator
ID cifnddnffldieaamihfkhkdgnbhfmaci
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/foxit-pdf-creator/cifnddnffldieaamihfkhkdgnbhfmaci
คำอธิบาย To convert the web page to Foxit PDF
ขนาดไฟล์ 62.96 KB
จำนวนการติดตั้ง 5,500,917
เวอร์ชันปัจจุบัน 12.1.0.0
อัปเดตครั้งล่าสุด 2022-11-21
วันที่เผยแพร่ 2021-04-04
คะแนน 2.79/5 รวมทั้งหมด 61 คะแนน
ผู้พัฒนา Foxit Software
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.foxit.com/pdf-editor/
URL หน้าช่วยเหลือ https://kb.foxit.com/hc/en-us
URL หน้านโยบายความเป็นส่วนตัว https://www.foxitsoftware.com/company/privacy-policy.php
ภาษาที่รองรับ de,en,fr,nl,no,da,es-419,it,pl,pt-BR,pt-PT,fi,sv,ru,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "content_scripts.js"
            ]
        }
    ],
    "action": {
        "default_icon": "logo16.png",
        "default_title": "__MSG_default_title__",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "__MSG_extName__",
    "permissions": [
        "contextMenus",
        "tabs",
        "nativeMessaging",
        "cookies"
    ],
    "version": "12.1.0.0"
}