Split PDF

Split PDF Files Online in Seconds!

Hvad er Split PDF?

Split PDF er en Chrome-udvidelse udviklet af https://zonepdf.com, og dens hovedfunktion er "Split PDF Files Online in Seconds!".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Split PDF-udvidelses-CRX-fil

Download Split PDF-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Split PDF Split PDF
ID lidjpobdapnonijioooiefhdbnnbjbgb
Officiel URL https://chromewebstore.google.com/detail/split-pdf/lidjpobdapnonijioooiefhdbnnbjbgb
Beskrivelse Split PDF Files Online in Seconds!
Filstørrelse 28.92 KB
Antal Installationer 23,649
Nuværende Version 3.6
Senest Opdateret 2022-10-21
Udgivelsesdato 2019-04-01
Bedømmelse 4.15/5 Samlet 27 Bedømmelser
Udvikler https://zonepdf.com
E-mail [email protected]
Betalingsmetode in_app
Udvidelseswebsted https://zonepdf.com/
URL til Fortrolighedspolitik Side https://zonepdf.com/privacy
Understøttede Sprog 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"
    }
}