Smallpdf - Edit, Compress and Convert PDF

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

¿Qué es Smallpdf - Edit, Compress and Convert PDF?

Smallpdf - Edit, Compress and Convert PDF es una extensión de Chrome desarrollada por https://smallpdf.com, y su función principal es "Easy-to-use PDF tools to compress, convert, merge, split, e-sign, and edit PDF files.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Smallpdf - Edit, Compress and Convert PDF

Descarga archivos de extensión Smallpdf - Edit, Compress and Convert PDF en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

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

Información Básica de la Extensión

Nombre Smallpdf - Edit, Compress and Convert PDF Smallpdf - Edit, Compress and Convert PDF
ID ohfgljdgelakfkefopgklcohadegdpjf
URL Oficial https://chromewebstore.google.com/detail/smallpdf-edit-compress-an/ohfgljdgelakfkefopgklcohadegdpjf
Descripción Easy-to-use PDF tools to compress, convert, merge, split, e-sign, and edit PDF files.
Tamaño del Archivo 1.01 MB
Cantidad de Instalaciones 3,207,496
Versión Actual 0.22.36
Última Actualización 2024-03-01
Fecha de Publicación 2020-04-25
Calificación 4.65/5 Total de 2864 Calificaciones
Desarrollador https://smallpdf.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://smallpdf.com
URL de la Página de Ayuda https://smallpdf.com/support
URL de la Página de Política de Privacidad https://smallpdf.com/legal
Idiomas Soportados 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"
    }
}