CocoDoc - PDF Editor, Filler & Converter

Easily edit, convert, split, and compress a PDF online.

CocoDoc - PDF Editor, Filler & Converterคืออะไร?

CocoDoc - PDF Editor, Filler & Converter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cocodoc.com และคุณลักษณะหลักของมันคือ "Easily edit, convert, split, and compress a PDF online."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CocoDoc - PDF Editor, Filler & Converter

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

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

                        CocoDoc is a comprehensive online PDF editor that everyone can use to edit, compress, eSign, merge, split PDF documents without hassles.

Get easy access to any PDF related tool you need:
★ Add text, note, date, type on a PDF
★ Convert PDF to Word, Excel, PPT, JPG, PNG, etc.
★ Convert Word, Excel, PPT, JPG, PNG, etc., to PDF
★ Compress a PDF
★ Sign PDFs and send for signature
★ Merge, Split and Extract PDF Pages
★ Download, send and share PDF files
★ Protect and Unlock PDF
★ Create PDF forms
★ Rotate PDFs 
★ Delete PDF Pages
★ Sign PDFs
★ Erase, Redact, & Highlight PDFs

Just add CocoDoc to your Chrome and start using the tools for any PDF in your browser! You can download the edited PDF or print it out, effortlessly and quickly.🚀🚀

Simplify PDFs handling and improve work efficiency by 90% with CocoDoc Business, you can:
● Unlimited storage, edit as many PDF files as you wish
● Protect your PDF documents with password and military-grade encryption
● Add unlimited electronic signatures to your PDF documents
● Manage PDFs with your co-workers and enhance collaboration


Get 999+ Fillable & Downloadable forms, agreements, and templates from CocoDoc:
● IRS Tax Forms
● Consent Forms
● Contract Templates
● Business Proposal Templates
● Finance Forms
● …

Uncover full potential with the best online PDF editor: https://cocodoc.com/                    

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

ชื่อ CocoDoc - PDF Editor, Filler & Converter CocoDoc - PDF Editor, Filler & Converter
ID ahlpdiblbmmedijjcnpcdlleodikdapi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cocodoc-pdf-editor-filler/ahlpdiblbmmedijjcnpcdlleodikdapi
คำอธิบาย Easily edit, convert, split, and compress a PDF online.
ขนาดไฟล์ 75.83 KB
จำนวนการติดตั้ง 2,209
เวอร์ชันปัจจุบัน 1.1.3
อัปเดตครั้งล่าสุด 2022-04-07
วันที่เผยแพร่ 2022-01-26
คะแนน 4.13/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://cocodoc.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cocodoc.com/
ภาษาที่รองรับ de,en,fr,es,it,el,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "version": "1.1.3",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "action": {
        "default_title": "__MSG_default_title__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo_16.png",
            "32": "\/images\/logo_32.png",
            "48": "\/images\/logo_48.png",
            "128": "\/images\/logo_128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/tools.css"
            ],
            "js": [
                "js\/toolsData.js",
                "js\/jquery-3.4.1.min.js",
                "js\/tools.js"
            ]
        }
    ],
    "icons": {
        "16": "\/images\/logo_16.png",
        "32": "\/images\/logo_32.png",
        "48": "\/images\/logo_48.png",
        "128": "\/images\/logo_128.png"
    }
}