PDF Drop

All the PDF Tools you Need in One Place.

Cos'è PDF Drop?

PDF Drop è un'estensione di Chrome sviluppata da https://pdf-drop.com, e la sua funzione principale è "All the PDF Tools you Need in One Place.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione PDF Drop

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

                        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.                    

Informazioni di Base sull'Estensione

Nome PDF Drop PDF Drop
ID iipcnebeanlkejnmbedeaeicaplfmibf
URL Ufficiale https://chromewebstore.google.com/detail/pdf-drop/iipcnebeanlkejnmbedeaeicaplfmibf
Descrizione All the PDF Tools you Need in One Place.
Dimensione del File 11.17 KB
Conteggio Installazioni 92
Versione Corrente 1.0
Ultimo Aggiornamento 2024-03-02
Data di Pubblicazione 2022-02-02
Sviluppatore https://pdf-drop.com
Email [email protected]
Tipo di Pagamento in_app
Sito Web dell'Estensione https://pdf-drop.com
URL della Pagina di Aiuto https://pdf-drop.com/contact
URL della Pagina della Politica sulla Privacy https://pdf-drop.com/terms
Lingue Supportate 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"
}