Smallpdf - Edit, Compress and Convert PDF

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

What is Smallpdf - Edit, Compress and Convert PDF?

Smallpdf - Edit, Compress and Convert PDF is a Chrome extension developed by https://smallpdf.com, and its main feature is "Easy-to-use PDF tools to compress, convert, merge, split, e-sign, and edit PDF files.".

Extension Screenshots

screenshot
screenshot

Download Smallpdf - Edit, Compress and Convert PDF Extension CRX File

Download Smallpdf - Edit, Compress and Convert PDF extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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).                    

Extension Basic Information

Name Smallpdf - Edit, Compress and Convert PDF Smallpdf - Edit, Compress and Convert PDF
ID ohfgljdgelakfkefopgklcohadegdpjf
Official URL https://chromewebstore.google.com/detail/smallpdf-edit-compress-an/ohfgljdgelakfkefopgklcohadegdpjf
Description Easy-to-use PDF tools to compress, convert, merge, split, e-sign, and edit PDF files.
File Size 1.01 MB
Installation Count 3,207,496
Current Version 0.22.36
Last Updated 2024-03-01
Publish Date 2020-04-25
Rating 4.65/5 Total 2864 Ratings
Developer https://smallpdf.com
Email [email protected]
Payment Type free
Extension Website https://smallpdf.com
Help Page URL https://smallpdf.com/support
Privacy Policy Page URL https://smallpdf.com/legal
Supported Languages 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"
    }
}