PDF Drop
All the PDF Tools you Need in One Place.
Apa itu PDF Drop?
PDF Drop adalah ekstensi Chrome yang dikembangkan oleh https://pdf-drop.com, dan fitur utamanya adalah "All the PDF Tools you Need in One Place.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PDF Drop
Unduh file ekstensi PDF Drop dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | PDF Drop |
ID | iipcnebeanlkejnmbedeaeicaplfmibf |
URL Resmi | https://chromewebstore.google.com/detail/pdf-drop/iipcnebeanlkejnmbedeaeicaplfmibf |
Deskripsi | All the PDF Tools you Need in One Place. |
Ukuran File | 11.17 KB |
Jumlah Instalasi | 92 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2024-03-02 |
Tanggal Publikasi | 2022-02-02 |
Pengembang | https://pdf-drop.com |
[email protected] | |
Tipe Pembayaran | in_app |
Situs Ekstensi | https://pdf-drop.com |
URL Halaman Bantuan | https://pdf-drop.com/contact |
URL Halaman Kebijakan Privasi | https://pdf-drop.com/terms |
Bahasa yang Didukung | 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" } |