Online PDF Editor (pdf2go.com)

Edit and convert PDF files.

Online PDF Editor (pdf2go.com)คืออะไร?

Online PDF Editor (pdf2go.com) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pdf2go.com และคุณลักษณะหลักของมันคือ "Edit and convert PDF files."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Online PDF Editor (pdf2go.com)

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

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

                        Compress and convert your PDF files and pages. The official extension from pdf2go.com.

An extension to work easily with PDF files. Integrates in Gmail. Speed up your productivity by adding pdf2go.com to Chrome!

★ The tool adds an icon in your extension toolbar and lets you compress and convert PDF files there without the need to visit our webpage.

★ The PDF converter extension contains the following tools:
- Compress PDF
- Convert PDF to Word
- Convert PDF to Excel
- Convert PDF to JPG
- Edit PDF
- Merge PDF

★ The integration with Gmail is called when you compose a message and click on the small colored icon within the compose window.

By installing the extension, you agree to the pdf2go.com Privacy and Terms (www.pdf2go.com/terms)                    

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

ชื่อ Online PDF Editor (pdf2go.com) Online PDF Editor (pdf2go.com)
ID dfnhijmficoiilogkjlnkionfjlgecdi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/online-pdf-editor-pdf2goc/dfnhijmficoiilogkjlnkionfjlgecdi
คำอธิบาย Edit and convert PDF files.
ขนาดไฟล์ 4 MB
จำนวนการติดตั้ง 406,891
เวอร์ชันปัจจุบัน 7.5.1
อัปเดตครั้งล่าสุด 2023-06-08
วันที่เผยแพร่ 2020-05-11
คะแนน 4.48/5 รวมทั้งหมด 187 คะแนน
ผู้พัฒนา https://pdf2go.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.pdf2go.com
URL หน้าช่วยเหลือ https://www.pdf2go.com/help
URL หน้านโยบายความเป็นส่วนตัว https://www.pdf2go.com/privacy
ภาษาที่รองรับ id,de,en,fr,vi,es,it,pt-PT,ru,hi,ar,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_pdf2go_name__",
    "short_name": "PDF2Go",
    "description": "__MSG_extension_pdf2go_description__",
    "version": "7.5.1",
    "author": "https:\/\/pdf2go.com",
    "action": {
        "default_icon": "icons\/icon_64.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "translate_content.js",
                "gmail_content.js"
            ],
            "css": [
                "style.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/www.bing.com\/*"
            ],
            "js": [
                "translate_content.js"
            ],
            "css": [
                "css\/google_style.css",
                "style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.google.com\/*",
                "https:\/\/www.bing.com\/*",
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "translate_content.js",
                "pdf_content.js",
                "pdf_injected.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.pdf2go.com\/*",
            "*:\/\/*.pdf2go.test\/*"
        ]
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "file:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/icon_16.png",
        "32": "icons\/icon_32.png",
        "64": "icons\/icon_64.png",
        "128": "icons\/icon_128.png"
    },
    "manifest_version": 3,
    "minimum_chrome_version": "93",
    "options_page": "settings.html",
    "permissions": [
        "contextMenus",
        "storage",
        "scripting"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "pdf_injected.js",
                "gmail_injected_lib.js",
                "gmail_injected.js",
                "assets\/*",
                "css\/*",
                "img\/*",
                "webfonts\/*",
                "_locales\/*",
                "iframe.html"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ]
        }
    ]
}