Split PDF

Split PDF Files Online in Seconds!

Cos'è Split PDF?

Split PDF è un'estensione di Chrome sviluppata da https://zonepdf.com, e la sua funzione principale è "Split PDF Files Online in Seconds!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Split PDF

Scarica i file di estensione Split 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

                        Split PDF

Split PDF Online

Split PDF Files Online

Fast and easy way to Split PDF files online

Select or drag your files, then click the Split button to download your document into one pdf file.
All split files maintain the best quality which can be accepted on any web platform (when uploading to a website or attaching as email).

Your files are fully secure as they are been transferred over a secure connection. We’ll permanently delete all files from our servers within a few hours after conversion.                    

Informazioni di Base sull'Estensione

Nome Split PDF Split PDF
ID lidjpobdapnonijioooiefhdbnnbjbgb
URL Ufficiale https://chromewebstore.google.com/detail/split-pdf/lidjpobdapnonijioooiefhdbnnbjbgb
Descrizione Split PDF Files Online in Seconds!
Dimensione del File 28.92 KB
Conteggio Installazioni 23,649
Versione Corrente 3.6
Ultimo Aggiornamento 2022-10-21
Data di Pubblicazione 2019-04-01
Valutazione 4.15/5 Totale 27 Valutazioni
Sviluppatore https://zonepdf.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://zonepdf.com/
URL della Pagina della Politica sulla Privacy https://zonepdf.com/privacy
Lingue Supportate de,en,fr,es,pt-BR,pt-PT,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "homepage_url": "https:\/\/zonepdf.com",
    "description": "__MSG_extDescription__",
    "version": "3.6",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*.pdf",
                "http:\/\/*\/*.pdf",
                "file:\/\/*\/*.pdf"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.zonepdf.com\/*"
    ],
    "action": {
        "default_icon": "icon-split.png"
    },
    "icons": {
        "96": "icon-split-96.png",
        "128": "icon-split-128.png"
    }
}