PDF Drop
All the PDF Tools you Need in One Place.
What is PDF Drop?
PDF Drop is a Chrome extension developed by https://pdf-drop.com, and its main feature is "All the PDF Tools you Need in One Place.".
Extension Screenshots
Download PDF Drop Extension CRX File
Download PDF Drop extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | PDF Drop |
ID | iipcnebeanlkejnmbedeaeicaplfmibf |
Official URL | https://chromewebstore.google.com/detail/pdf-drop/iipcnebeanlkejnmbedeaeicaplfmibf |
Description | All the PDF Tools you Need in One Place. |
File Size | 11.17 KB |
Installation Count | 92 |
Current Version | 1.0 |
Last Updated | 2024-03-02 |
Publish Date | 2022-02-02 |
Developer | https://pdf-drop.com |
[email protected] | |
Payment Type | in_app |
Extension Website | https://pdf-drop.com |
Help Page URL | https://pdf-drop.com/contact |
Privacy Policy Page URL | https://pdf-drop.com/terms |
Supported Languages | 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" } |