PDF Drop

All the PDF Tools you Need in One Place.

¿Qué es PDF Drop?

PDF Drop es una extensión de Chrome desarrollada por https://pdf-drop.com, y su función principal es "All the PDF Tools you Need in One Place.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión PDF Drop

Descarga archivos de extensión PDF Drop en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre PDF Drop PDF Drop
ID iipcnebeanlkejnmbedeaeicaplfmibf
URL Oficial https://chromewebstore.google.com/detail/pdf-drop/iipcnebeanlkejnmbedeaeicaplfmibf
Descripción All the PDF Tools you Need in One Place.
Tamaño del Archivo 11.17 KB
Cantidad de Instalaciones 92
Versión Actual 1.0
Última Actualización 2024-03-02
Fecha de Publicación 2022-02-02
Desarrollador https://pdf-drop.com
Correo electrónico [email protected]
Tipo de Pago in_app
Sitio Web de la Extensión https://pdf-drop.com
URL de la Página de Ayuda https://pdf-drop.com/contact
URL de la Página de Política de Privacidad https://pdf-drop.com/terms
Idiomas Soportados 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"
}