Compress PDF

Compress PDF Files Online in Seconds!

Wat is Compress PDF?

Compress PDF is een Chrome-extensie ontwikkeld door https://zonepdf.com, en de belangrijkste functie is "Compress PDF Files Online in Seconds!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Compress PDF

Download Compress PDF-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Compress PDF Compress PDF
ID hjoenpcoghflmcbjdfknjebchdndmnoo
Officiële URL https://chromewebstore.google.com/detail/compress-pdf/hjoenpcoghflmcbjdfknjebchdndmnoo
Beschrijving Compress PDF Files Online in Seconds!
Bestandsgrootte 30.08 KB
Aantal Installaties 42,890
Huidige Versie 4.0
Laatst Bijgewerkt 2024-01-12
Publicatiedatum 2019-08-29
Beoordeling 3.72/5 Totaal 29 Beoordelingen
Ontwikkelaar https://zonepdf.com
E-mail [email protected]
Betalingswijze in_app
Extensiewebsite https://zonepdf.com
URL van de Privacybeleid Pagina https://zonepdf.com/privacy
Ondersteunde Talen 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"
    }
}