PDF Drop
All the PDF Tools you Need in One Place.
Wat is PDF Drop?
PDF Drop is een Chrome-extensie ontwikkeld door https://pdf-drop.com, en de belangrijkste functie is "All the PDF Tools you Need in One Place.".
Extensie Screenshots
Download het CRX-bestand van de extensie PDF Drop
Download PDF Drop-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | iipcnebeanlkejnmbedeaeicaplfmibf |
| Officiële URL | https://chromewebstore.google.com/detail/pdf-drop/iipcnebeanlkejnmbedeaeicaplfmibf |
| Beschrijving | All the PDF Tools you Need in One Place. |
| Bestandsgrootte | 11.17 KB |
| Aantal Installaties | 92 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2024-03-02 |
| Publicatiedatum | 2022-02-02 |
| Ontwikkelaar | https://pdf-drop.com |
| [email protected] | |
| Betalingswijze | in_app |
| Extensiewebsite | https://pdf-drop.com |
| Help Pagina-URL | https://pdf-drop.com/contact |
| URL van de Privacybeleid Pagina | https://pdf-drop.com/terms |
| Ondersteunde Talen | 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"
} | |