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 } |