PDF Editor Extension - PDFzorro

Open PDF files with Google Chrome™ and edit them with this PDFzorro Extension

PDF Editor Extension - PDFzorro là gì?

PDF Editor Extension - PDFzorro là một tiện ích mở rộng Chrome được phát triển bởi https://www.pdfzorro.com, và tính năng chính của nó là "Open PDF files with Google Chrome™ and edit them with this PDFzorro Extension".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PDF Editor Extension - PDFzorro

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

                        With this extension you can edit PDF files, that are opened in Google Chrome™.

You also can open the free Online-PDF-Editor to edit PDF in the browser. 

You can rotate, split, sort pages.
Secure or unsecure PDF files.
Add text, annotation, draws or marks into the PDF.
You also can add images to the PDF.
Convert PDF to Word, Excel or PowerPoint.

Enjoy PDFzorro, for free!

--------------------------------------------------
Google Chrome™ is a trademark of Google LLC                    

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

Tên PDF Editor Extension - PDFzorro PDF Editor Extension - PDFzorro
ID icbddibgmpdonpogkcnambimgncliipl
URL Chính Thức https://chromewebstore.google.com/detail/pdf-editor-extension-pdfz/icbddibgmpdonpogkcnambimgncliipl
Mô tả Open PDF files with Google Chrome™ and edit them with this PDFzorro Extension
Kích Thước Tệp 293 KB
Số Lần Cài Đặt 39,185
Phiên Bản Hiện Tại 1.0.0.4
Cập Nhật Lần Cuối 2023-09-22
Ngày Phát Hành 2020-02-12
Đánh Giá 3.67/5 Tổng số 90 Đánh Giá
Nhà Phát Triển https://www.pdfzorro.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.pdfzorro.com/EDIT/terms.php
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'",
    "permissions": [
        "activeTab",
        "https:\/\/www.pdfzorro.com\/*",
        "downloads",
        "file:\/\/\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "name": "PDF Editor Extension - PDFzorro",
    "version": "1.0.0.4",
    "short_name": "Use Google Chrome\u2122 as PDF Editor",
    "description": "Open PDF files with Google Chrome\u2122 and edit them with this PDFzorro Extension",
    "icons": {
        "16": "logo16.png",
        "128": "logo.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}