PDFdoctor
PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc.
Apa itu PDFdoctor?
PDFdoctor adalah ekstensi Chrome yang dikembangkan oleh https://pdfdoctor.com, dan fitur utamanya adalah "PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi PDFdoctor
Unduh file ekstensi PDFdoctor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | PDFdoctor |
ID | ngdoplephcdidmohhdepcnjdmocdckga |
URL Resmi | https://chromewebstore.google.com/detail/pdfdoctor/ngdoplephcdidmohhdepcnjdmocdckga |
Deskripsi | PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc. |
Ukuran File | 4.45 KB |
Jumlah Instalasi | 61 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2020-04-19 |
Tanggal Publikasi | 2020-04-19 |
Pengembang | https://pdfdoctor.com |
Tipe Pembayaran | free |
Situs Ekstensi | https://pdfdoctor.com |
Bahasa yang Didukung | 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 } |