Split PDF

Split PDF Files Online in Seconds!

What is Split PDF?

Split PDF is a Chrome extension developed by https://zonepdf.com, and its main feature is "Split PDF Files Online in Seconds!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Split PDF Extension CRX File

Download Split 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

                        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.                    

Extension Basic Information

Name Split PDF Split PDF
ID lidjpobdapnonijioooiefhdbnnbjbgb
Official URL https://chromewebstore.google.com/detail/split-pdf/lidjpobdapnonijioooiefhdbnnbjbgb
Description Split PDF Files Online in Seconds!
File Size 28.92 KB
Installation Count 23,649
Current Version 3.6
Last Updated 2022-10-21
Publish Date 2019-04-01
Rating 4.15/5 Total 27 Ratings
Developer https://zonepdf.com
Email [email protected]
Payment Type in_app
Extension Website https://zonepdf.com/
Privacy Policy Page URL https://zonepdf.com/privacy
Supported Languages 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"
    }
}