PDF Drop
All the PDF Tools you Need in One Place.
Hvad er PDF Drop?
PDF Drop er en Chrome-udvidelse udviklet af https://pdf-drop.com, og dens hovedfunktion er "All the PDF Tools you Need in One Place.".
Udvidelsesskærmbilleder
Download PDF Drop-udvidelses-CRX-fil
Download PDF Drop-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
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | iipcnebeanlkejnmbedeaeicaplfmibf |
| Officiel URL | https://chromewebstore.google.com/detail/pdf-drop/iipcnebeanlkejnmbedeaeicaplfmibf |
| Beskrivelse | All the PDF Tools you Need in One Place. |
| Filstørrelse | 11.17 KB |
| Antal Installationer | 92 |
| Nuværende Version | 1.0 |
| Senest Opdateret | 2024-03-02 |
| Udgivelsesdato | 2022-02-02 |
| Udvikler | https://pdf-drop.com |
| [email protected] | |
| Betalingsmetode | in_app |
| Udvidelseswebsted | https://pdf-drop.com |
| Hjælpeside-URL | https://pdf-drop.com/contact |
| URL til Fortrolighedspolitik Side | https://pdf-drop.com/terms |
| Understøttede Sprog | 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"
} | |