PDF Drop
All the PDF Tools you Need in One Place.
什麼是PDF Drop?
PDF Drop是由https://pdf-drop.com開發的Chrome擴展程式,該擴展的主要功能是“All the PDF Tools you Need in One Place.”。
擴展截圖
下載PDF Drop擴展crx文件
下載PDF Drop擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | PDF Drop |
ID | iipcnebeanlkejnmbedeaeicaplfmibf |
官方網址 | https://chromewebstore.google.com/detail/pdf-drop/iipcnebeanlkejnmbedeaeicaplfmibf |
簡介 | All the PDF Tools you Need in One Place. |
檔案大小 | 11.17 KB |
安裝次數 | 92 |
目前版本 | 1.0 |
更新時間 | 2024-03-02 |
上架時間 | 2022-02-02 |
開發者 | https://pdf-drop.com |
電子郵箱 | [email protected] |
付費類型 | in_app |
擴展官網 | https://pdf-drop.com |
說明頁面URL | https://pdf-drop.com/contact |
隱私政策頁面URL | https://pdf-drop.com/terms |
支援的語言 | 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" } |