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. 扩展基本信息
| 名称 | |
| ID | iipcnebeanlkejnmbedeaeicaplfmibf |
| 官方URL | 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"
} | |