Smallpdf - Edit, Compress and Convert PDF

Easy-to-use PDF tools to compress, convert, merge, split, e-sign, and edit PDF files.

Wat is Smallpdf - Edit, Compress and Convert PDF?

Smallpdf - Edit, Compress and Convert PDF is een Chrome-extensie ontwikkeld door https://smallpdf.com, en de belangrijkste functie is "Easy-to-use PDF tools to compress, convert, merge, split, e-sign, and edit PDF files.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Smallpdf - Edit, Compress and Convert PDF

Download Smallpdf - Edit, Compress and Convert 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

                        Easy-to-use PDF tools to compress, convert, merge, split, e-sign, and edit PDF files.
Compress your PDFs and convert PDF to Office with the Smallpdf Chrome Extension. You can also edit, split, merge, and e-sign your PDF files—for free. Smallpdf is the first and only PDF software you'll love, trusted by over 2.4 billion people since 2013.

Power up your productivity by adding the Chrome extension to your browser. Gain instant access to a suite of useful tools to work with PDFs online.

Quick access to our free online PDF tools to:
- Edit PDF
- Compress PDF
- Convert PDF to Word
- Convert PDF to Excel
- Convert PDF to PPT
- Convert PDF to image (JPG)
- Merge PDFs
- Split PDF
- Sign PDF
- Extract PDF pages


How to use the Chrome extension:
- Install the Chrome extension
- Pin for quick access
- Pick a tool and upload your file
- Process and download your file

Get Smallpdf Pro for premium features:
- Unlimited usage: Process as many files as you'd like on all tools
- Compress PDF (70% strong compression)
- Convert PDF to Office with Optical Character Recognition (OCR)
- Unlimited access to our mobile app and offline Windows app
- Batch processing on our website and the Windows app

Smallpdf Pro is available for a 7-day free trial (www.smallpdf.com/pricing).

By installing the Smallpdf Chrome Extension, you agree to our Privacy and Terms (www.smallpdf.com/privacy).                    

Basisinformatie over de Extensie

Naam Smallpdf - Edit, Compress and Convert PDF Smallpdf - Edit, Compress and Convert PDF
ID ohfgljdgelakfkefopgklcohadegdpjf
Officiële URL https://chromewebstore.google.com/detail/smallpdf-edit-compress-an/ohfgljdgelakfkefopgklcohadegdpjf
Beschrijving Easy-to-use PDF tools to compress, convert, merge, split, e-sign, and edit PDF files.
Bestandsgrootte 1.01 MB
Aantal Installaties 3,207,496
Huidige Versie 0.22.36
Laatst Bijgewerkt 2024-03-01
Publicatiedatum 2020-04-25
Beoordeling 4.65/5 Totaal 2864 Beoordelingen
Ontwikkelaar https://smallpdf.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://smallpdf.com
Help Pagina-URL https://smallpdf.com/support
URL van de Privacybeleid Pagina https://smallpdf.com/legal
Ondersteunde Talen id,ms,de,en,fr,nl,no,vi,tr,da,es,it,pl,pt-BR,sv,ru,uk,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "Smallpdf",
    "version": "0.22.36",
    "homepage_url": "https:\/\/smallpdf.com",
    "description": "__MSG_appDesc__",
    "manifest_version": 3,
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "action": {
        "default_title": "Smallpdf",
        "default_popup": "browserAction.html",
        "default_icon": {
            "16": "images\/smallpdf_16.png",
            "32": "images\/smallpdf_32.png",
            "48": "images\/smallpdf_48.png",
            "128": "images\/smallpdf_128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "iframe.html",
                "handle-auth.html",
                "\/images\/*",
                "\/static\/media\/*",
                "options.html"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "images\/smallpdf_16.png",
        "32": "images\/smallpdf_32.png",
        "48": "images\/smallpdf_48.png",
        "128": "images\/smallpdf_128.png"
    },
    "minimum_chrome_version": "88",
    "background": {
        "service_worker": "static\/js\/background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "static\/js\/content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "alarms"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.smallpdf.com\/*",
            "https:\/\/smallpdf.com\/*",
            "https:\/\/smallpdf-staging.com\/*",
            "https:\/\/*.smallpdf-staging.com\/*"
        ]
    },
    "options_page": "options.html",
    "cross_origin_opener_policy": {
        "value": "unsafe-none"
    },
    "cross_origin_embedder_policy": {
        "value": "unsafe-none"
    }
}