Compress PDF

Compress PDF Files Online in Seconds!

Apa itu Compress PDF?

Compress PDF adalah ekstensi Chrome yang dikembangkan oleh https://zonepdf.com, dan fitur utamanya adalah "Compress PDF Files Online in Seconds!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Compress PDF

Unduh file ekstensi Compress PDF dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Compress PDF Compress PDF
ID hjoenpcoghflmcbjdfknjebchdndmnoo
URL Resmi https://chromewebstore.google.com/detail/compress-pdf/hjoenpcoghflmcbjdfknjebchdndmnoo
Deskripsi Compress PDF Files Online in Seconds!
Ukuran File 30.08 KB
Jumlah Instalasi 42,890
Versi Saat Ini 4.0
Terakhir Diperbarui 2024-01-12
Tanggal Publikasi 2019-08-29
Penilaian 3.72/5 Total 29 Penilaian
Pengembang https://zonepdf.com
Email [email protected]
Tipe Pembayaran in_app
Situs Ekstensi https://zonepdf.com
URL Halaman Kebijakan Privasi https://zonepdf.com/privacy
Bahasa yang Didukung 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"
    }
}