PDF Editor Extension - PDFzorro

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

什麼是PDF Editor Extension - PDFzorro?

PDF Editor Extension - PDFzorro是由https://www.pdfzorro.com開發的Chrome擴展程式,該擴展的主要功能是“Open PDF files with Google Chrome™ and edit them with this PDFzorro Extension”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載PDF Editor Extension - PDFzorro擴展crx文件

下載PDF Editor Extension - PDFzorro擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 PDF Editor Extension - PDFzorro PDF Editor Extension - PDFzorro
ID icbddibgmpdonpogkcnambimgncliipl
官方網址 https://chromewebstore.google.com/detail/pdf-editor-extension-pdfz/icbddibgmpdonpogkcnambimgncliipl
簡介 Open PDF files with Google Chrome™ and edit them with this PDFzorro Extension
檔案大小 293 KB
安裝次數 39,185
目前版本 1.0.0.4
更新時間 2023-09-22
上架時間 2020-02-12
評分 3.67/5 共 90 次評分
開發者 https://www.pdfzorro.com
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.pdfzorro.com/EDIT/terms.php
支援的語言 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"
    }
}