PDF Merge and Convert

Perform everyday tasks related to PDF - merge, convert, download

PDF Merge and Convertคืออะไร?

PDF Merge and Convert เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jean Audet และคุณลักษณะหลักของมันคือ "Perform everyday tasks related to PDF - merge, convert, download"

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

screenshot

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

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

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

                        PDF Convert and Merge is a tool for everyday needs related to PDFs.

Features:
🌟 Merge two PDFs
🌟 Append an image (PNG, JPG) to PDF file, either at the first page or at the last page
🌟 Convert Office documents to PDF (DOCX, DOC, RTF, XLS). The extension relies on OpenOffice and supports more file formats.
🌟 Download PDFs: download from the list of all opened PDFs even embedded

Limitations:
1. PDF formats vary so the extension doesn’t work on every PDF. You will see an error if the software can’t read the file.
2. The software has some limitations with huge files. Please note that it doesn’t work on really huge documents e.g. scanned books with 500 pages. 
3. A conversion could take a long time, so wait at least 10-20 seconds to get a converted file. 
4. If you upload a document in the wrong format you will get an error. Please check if input files are valid by opening them in office applications.

Please use the support section on Chrome Webstore to let us know what issues you experience.                    

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

ชื่อ PDF Merge and Convert PDF Merge and Convert
ID iiihnfebikfelmghmfgafnihcbkkjhfg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/pdf-merge-convert/iiihnfebikfelmghmfgafnihcbkkjhfg
คำอธิบาย Perform everyday tasks related to PDF - merge, convert, download
ขนาดไฟล์ 657 KB
จำนวนการติดตั้ง 100,000
เวอร์ชันปัจจุบัน 1.3.2
อัปเดตครั้งล่าสุด 2021-01-14
วันที่เผยแพร่ 2021-01-02
คะแนน 4.90/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Jean Audet
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/1r-KNxmpgxTYmg67KIdmwPVwdlsi5EAHSPyAtGbJVCrA/edit?usp=sharing
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "bg.js"
        ],
        "permanent": false
    },
    "browser_action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/*.googleapis.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extDesc__",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "permissions": [
        "tabs",
        "",
        "downloads"
    ],
    "version": "1.3.2"
}