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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Open PDF files with Google Chrome™ and edit them with this PDFzorro Extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PDF Editor Extension - PDFzorro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
    }
}