Smallpdf - Edit, Compress and Convert PDF

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

Cos'è Smallpdf - Edit, Compress and Convert PDF?

Smallpdf - Edit, Compress and Convert PDF è un'estensione di Chrome sviluppata da https://smallpdf.com, e la sua funzione principale è "Easy-to-use PDF tools to compress, convert, merge, split, e-sign, and edit PDF files.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Smallpdf - Edit, Compress and Convert PDF

Scarica i file di estensione Smallpdf - Edit, Compress and Convert PDF in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Smallpdf - Edit, Compress and Convert PDF Smallpdf - Edit, Compress and Convert PDF
ID ohfgljdgelakfkefopgklcohadegdpjf
URL Ufficiale https://chromewebstore.google.com/detail/smallpdf-edit-compress-an/ohfgljdgelakfkefopgklcohadegdpjf
Descrizione Easy-to-use PDF tools to compress, convert, merge, split, e-sign, and edit PDF files.
Dimensione del File 1.01 MB
Conteggio Installazioni 3,207,496
Versione Corrente 0.22.36
Ultimo Aggiornamento 2024-03-01
Data di Pubblicazione 2020-04-25
Valutazione 4.65/5 Totale 2864 Valutazioni
Sviluppatore https://smallpdf.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://smallpdf.com
URL della Pagina di Aiuto https://smallpdf.com/support
URL della Pagina della Politica sulla Privacy https://smallpdf.com/legal
Lingue Supportate 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"
    }
}