Smallpdf - Edit, Compress and Convert PDF

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

O que é Smallpdf - Edit, Compress and Convert PDF?

Smallpdf - Edit, Compress and Convert PDF é uma extensão do Chrome desenvolvida por https://smallpdf.com, e sua principal característica é "Easy-to-use PDF tools to compress, convert, merge, split, e-sign, and edit PDF files.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Smallpdf - Edit, Compress and Convert PDF

Baixe arquivos de extensão Smallpdf - Edit, Compress and Convert PDF no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome 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
Descrição Easy-to-use PDF tools to compress, convert, merge, split, e-sign, and edit PDF files.
Tamanho do Arquivo 1.01 MB
Contagem de Instalações 3,207,496
Versão Atual 0.22.36
Última Atualização 2024-03-01
Data de Publicação 2020-04-25
Classificação 4.65/5 Total de 2864 Avaliações
Desenvolvedor https://smallpdf.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://smallpdf.com
URL da Página de Ajuda https://smallpdf.com/support
URL da Página de Política de Privacidade https://smallpdf.com/legal
Idiomas Suportados 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"
    }
}