PDFdoctor
PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc.
什么是PDFdoctor?
PDFdoctor是由https://pdfdoctor.com开发的Chrome扩展程序,该扩展的主要功能是“PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc.”。
扩展截图
下载PDFdoctor扩展crx文件
下载PDFdoctor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
PDFdoctor is simplest online PDF utility tool. It provides functionality to 1. Convert PPT/Doc/XL/Images to PDF 2. Convert PDF to images 3. PDF security - Add/Remove password to/from PDF 4. Organize PDF - Split PDF / Delete pages from PDF/ Change order of pages from PDF 5. Edit PDF - Add watermark to PDF / Add page numbers to PDF
扩展基本信息
名称 | PDFdoctor |
ID | ngdoplephcdidmohhdepcnjdmocdckga |
官方URL | https://chromewebstore.google.com/detail/pdfdoctor/ngdoplephcdidmohhdepcnjdmocdckga |
简介 | PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc. |
文件大小 | 4.45 KB |
安装次数 | 61 |
当前版本 | 1.0.1 |
更新时间 | 2020-04-19 |
上架时间 | 2020-04-19 |
开发者 | https://pdfdoctor.com |
付费类型 | free |
扩展官网 | https://pdfdoctor.com |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PDFdoctor", "start_url": "https:\/\/pdfdoctor.com", "version": "1.0.1", "description": "PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc.", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png", "title": "Simplest online free PDF tool" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "tabs" ], "manifest_version": 2 } |