PDF Drop

All the PDF Tools you Need in One Place.

Was ist PDF Drop?

PDF Drop ist eine Chrome-Erweiterung, die von https://pdf-drop.com entwickelt wurde, und ihr Hauptmerkmal ist "All the PDF Tools you Need in One Place.".

Erweiterungsscreenshots

screenshot
screenshot

PDF Drop-Erweiterungs-CRX-Datei herunterladen

Laden Sie PDF Drop-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Manage your PDF files from your browser and boost your online productivity in just one click!

🎉 Available Features : 

- Compress PDF (reduce their size by up to 90%)
- Convert PDF to Word documents (by keeping content formatting)
- Convert Word documents to PDF
- Extract Images from your PDF files

Sell your PDF files (ebooks or any other PDF) on EDP at https://easy-digital-products.com.                    

Grundlegende Informationen zur Erweiterung

Name PDF Drop PDF Drop
ID iipcnebeanlkejnmbedeaeicaplfmibf
Offizielle URL https://chromewebstore.google.com/detail/pdf-drop/iipcnebeanlkejnmbedeaeicaplfmibf
Beschreibung All the PDF Tools you Need in One Place.
Dateigröße 11.17 KB
Installationsanzahl 92
Aktuelle Version 1.0
Letztes Update 2024-03-02
Veröffentlichungsdatum 2022-02-02
Entwickler https://pdf-drop.com
E-Mail [email protected]
Zahlungsart in_app
Erweiterungswebsite https://pdf-drop.com
Hilfeseite URL https://pdf-drop.com/contact
URL der Datenschutzrichtlinien-Seite https://pdf-drop.com/terms
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PDF Drop",
    "description": "All the PDF Tools you Need in One Place.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "options_page": "options.html"
}