Speedpdf

Speedpdf - Convert, Compress and Share PDF

Speedpdfคืออะไร?

Speedpdf เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://speedpdf.com และคุณลักษณะหลักของมันคือ "Speedpdf - Convert, Compress and Share PDF"

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

screenshot

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

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

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

                        Free online convert, compress, merge, split and share your PDF files

★ Power-up your productivity by adding Speedpdf to Chrome! Gain instant access to a suite of useful tools to work with PDFs online.

★ PDF Tools and PDF Converters: 
- PDF to Word, Excel, PPT
- Word, Excel, PPT to PDF
- Convert images to and from PDF
- Reduce the size of your PDF
- Merge, Split and Extract PDF Pages
- Caj to PDF, Caj to Word
- Protect and Unlock PDF                    

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

ชื่อ Speedpdf Speedpdf
ID edmehlbdajlhcbpadjphafonmgoocogh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/speedpdf/edmehlbdajlhcbpadjphafonmgoocogh
คำอธิบาย Speedpdf - Convert, Compress and Share PDF
ขนาดไฟล์ 104 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.1
อัปเดตครั้งล่าสุด 2020-11-03
วันที่เผยแพร่ 2020-03-17
คะแนน 4.20/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://speedpdf.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://speedpdf.com/?chrome-web
URL หน้านโยบายความเป็นส่วนตัว https://speedpdf.com/terms/privacy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speedpdf",
    "version": "1.1",
    "description": "Speedpdf - Convert, Compress and Share PDF",
    "author": "Hiten",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}