PDFdoctor

PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc.

PDFdoctor là gì?

PDFdoctor là một tiện ích mở rộng Chrome được phát triển bởi https://pdfdoctor.com, và tính năng chính của nó là "PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc.".

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

screenshot

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

Tải xuống các tệp mở rộng PDFdoctor 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

                        PDFdoctor is simplest online PDF utility tool. It provides functionality to

1. Convert PPT/Doc/XL/Images to PDF
2. Convert PDF to images
3. PDF security - Add/Remove password to/from PDF
4. Organize PDF - Split PDF / Delete pages from PDF/ Change order of pages from PDF
5. Edit PDF - Add watermark to PDF / Add page numbers to PDF                    

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

Tên PDFdoctor PDFdoctor
ID ngdoplephcdidmohhdepcnjdmocdckga
URL Chính Thức https://chromewebstore.google.com/detail/pdfdoctor/ngdoplephcdidmohhdepcnjdmocdckga
Mô tả PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc.
Kích Thước Tệp 4.45 KB
Số Lần Cài Đặt 61
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2020-04-19
Ngày Phát Hành 2020-04-19
Nhà Phát Triển https://pdfdoctor.com
Loại Thanh Toán free
Trang Web Mở Rộng https://pdfdoctor.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PDFdoctor",
    "start_url": "https:\/\/pdfdoctor.com",
    "version": "1.0.1",
    "description": "PDFdoctor - Simplest online PDF utility tool with features for conversion of files to PDF, split, merge, compress, security etc.",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "title": "Simplest online free PDF tool"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs"
    ],
    "manifest_version": 2
}