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 |
官方網址 | 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 } |