PDF Drop

All the PDF Tools you Need in One Place.

PDF Dropคืออะไร?

PDF Drop เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pdf-drop.com และคุณลักษณะหลักของมันคือ "All the PDF Tools you Need in One Place."

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

screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย PDF Drop ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Manage your PDF files from your browser and boost your online productivity in just one click!

🎉 Available Features : 

- Compress PDF (reduce their size by up to 90%)
- Convert PDF to Word documents (by keeping content formatting)
- Convert Word documents to PDF
- Extract Images from your PDF files

Sell your PDF files (ebooks or any other PDF) on EDP at https://easy-digital-products.com.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ PDF Drop PDF Drop
ID iipcnebeanlkejnmbedeaeicaplfmibf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/pdf-drop/iipcnebeanlkejnmbedeaeicaplfmibf
คำอธิบาย All the PDF Tools you Need in One Place.
ขนาดไฟล์ 11.17 KB
จำนวนการติดตั้ง 92
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2024-03-02
วันที่เผยแพร่ 2022-02-02
ผู้พัฒนา https://pdf-drop.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://pdf-drop.com
URL หน้าช่วยเหลือ https://pdf-drop.com/contact
URL หน้านโยบายความเป็นส่วนตัว https://pdf-drop.com/terms
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PDF Drop",
    "description": "All the PDF Tools you Need in One Place.",
    "version": "1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "options_page": "options.html"
}