PDF Drop
All the PDF Tools you Need in One Place.
Vad är PDF Drop?
PDF Drop är en Chrome-tillägg utvecklad av https://pdf-drop.com, och dess huvudfunktion är "All the PDF Tools you Need in One Place.".
Tilläggsskärmbilder
Ladda ner PDF Drop-förlängningens CRX-fil
Ladda ner PDF Drop-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | iipcnebeanlkejnmbedeaeicaplfmibf |
| Officiell webbadress | https://chromewebstore.google.com/detail/pdf-drop/iipcnebeanlkejnmbedeaeicaplfmibf |
| Beskrivning | All the PDF Tools you Need in One Place. |
| Filstorlek | 11.17 KB |
| Antal Installationer | 92 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2024-03-02 |
| Publiceringsdatum | 2022-02-02 |
| Utvecklare | https://pdf-drop.com |
| E-post | [email protected] |
| Betalningssätt | in_app |
| Tilläggswebbplats | https://pdf-drop.com |
| Hjälpsida URL | https://pdf-drop.com/contact |
| URL till Sekretesspolicy Sidan | https://pdf-drop.com/terms |
| Stödda Språk | 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"
} | |