PDFdoctor

PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc.

PDFdoctorคืออะไร?

PDFdoctor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pdfdoctor.com และคุณลักษณะหลักของมันคือ "PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PDFdoctor

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
}