PDFCandy

free online PDF editor

PDFCandy là gì?

PDFCandy là một tiện ích mở rộng Chrome được phát triển bởi https://pdfcandy.com, và tính năng chính của nó là "free online PDF editor".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PDFCandy

Tải xuống các tệp mở rộng PDFCandy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        PDF Candy at pdfcandy.com is an versatile online PDF solution. Compress, merge, split, convert, rearrange pages and much more. 

Increase your productivity by adding PDF Candy extension to your Chrome browser! Get instant access to all 44 online PDF tools. 

You may use the search function to find faster the tool you need.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PDFCandy PDFCandy
ID omlipfboclalclnoekphiecadjlklphh
URL Chính Thức https://chrome.google.com/webstore/detail/pdfcandy/omlipfboclalclnoekphiecadjlklphh
Mô tả free online PDF editor
Kích Thước Tệp 64.7 KB
Số Lần Cài Đặt 276,498
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2020-11-12
Ngày Phát Hành 2020-11-12
Đánh Giá 4.00/5 Tổng số 19 Đánh Giá
Nhà Phát Triển https://pdfcandy.com
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://pdfcandy.com/contact-us.html
URL Trang Chính Sách Bảo Mật https://icecreamapps.com/privacypolicy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PDFCandy",
    "version": "1.0.2",
    "description": "free online PDF editor",
    "permissions": [],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/pdfcandy16.png",
            "32": "images\/pdfcandy32.png",
            "48": "images\/pdfcandy48.png",
            "128": "images\/pdfcandy128.png"
        }
    },
    "icons": {
        "16": "images\/pdfcandy16.png",
        "32": "images\/pdfcandy32.png",
        "48": "images\/pdfcandy48.png",
        "128": "images\/pdfcandy128.png"
    },
    "manifest_version": 2
}