Compress PDF

Compress PDF Files Online in Seconds!

Compress PDFคืออะไร?

Compress PDF เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://zonepdf.com และคุณลักษณะหลักของมันคือ "Compress PDF Files Online in Seconds!"

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Compress PDF ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Compress PDF

Easy and secure way to Compress PDF Files Online!

Select or drag your files, then click the Compress button to download your compressed pdf files.
All compressed files maintain the best quality which can be accepted on any web platform (when uploading to a website or attaching as email).

Your files are fully secure as they are been transferred over a secure connection. We’ll permanently delete all files from our servers within a few hours after conversion.                    

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

ชื่อ Compress PDF Compress PDF
ID hjoenpcoghflmcbjdfknjebchdndmnoo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/compress-pdf/hjoenpcoghflmcbjdfknjebchdndmnoo
คำอธิบาย Compress PDF Files Online in Seconds!
ขนาดไฟล์ 30.08 KB
จำนวนการติดตั้ง 42,890
เวอร์ชันปัจจุบัน 4.0
อัปเดตครั้งล่าสุด 2024-01-12
วันที่เผยแพร่ 2019-08-29
คะแนน 3.72/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา https://zonepdf.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://zonepdf.com
URL หน้านโยบายความเป็นส่วนตัว https://zonepdf.com/privacy
ภาษาที่รองรับ de,en,fr,es,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "homepage_url": "https:\/\/zonepdf.com",
    "description": "__MSG_extDescription__",
    "version": "4.0",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*.pdf",
                "http:\/\/*\/*.pdf",
                "file:\/\/*\/*.pdf"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.zonepdf.com\/*"
    ],
    "action": {
        "default_icon": "icon-compress.png"
    },
    "icons": {
        "96": "icon-compress-96.png",
        "128": "icon-compress-128.png"
    }
}