PDF Drop
All the PDF Tools you Need in One Place.
Qu'est-ce que PDF Drop ?
PDF Drop est une extension Chrome développée par https://pdf-drop.com, et sa fonction principale est "All the PDF Tools you Need in One Place.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PDF Drop
Téléchargez les fichiers d'extension PDF Drop au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | PDF Drop |
ID | iipcnebeanlkejnmbedeaeicaplfmibf |
URL Officiel | https://chromewebstore.google.com/detail/pdf-drop/iipcnebeanlkejnmbedeaeicaplfmibf |
Description | All the PDF Tools you Need in One Place. |
Taille du Fichier | 11.17 KB |
Nombre d'Installations | 92 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2024-03-02 |
Date de Publication | 2022-02-02 |
Développeur | https://pdf-drop.com |
[email protected] | |
Type de Paiement | in_app |
Site Web de l'Extension | https://pdf-drop.com |
URL de la Page d'Aide | https://pdf-drop.com/contact |
URL de la Page de Politique de Confidentialité | https://pdf-drop.com/terms |
Langues Prises en Charge | 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" } |