PDF.Live - tools for pdf viewer

PDF.Live extension provides quick links on browser PDF Viewer to sign, edit or save PDF files in other formats.

PDF.Live - tools for pdf viewer क्या है?

PDF.Live - tools for pdf viewer pdflive द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "PDF.Live extension provides quick links on browser PDF Viewer to sign, edit or save PDF files in other formats."।

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

screenshot
screenshot
screenshot

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

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

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

                        Do more in Google Chrome with PDF.Live tools. 

This extension inserts the content in default PDF viewer and modify the PDF viewer to insert shortcuts for tools to sign, convert, merge, compress, and edit PDF files. 

Please note that the purpose of the extension is to insert these shortcuts on the browser PDF viewer. In order to sign, convert, edit, etc the PDF file needs to be opened in PDF.live viewer. This extension automates this for users when user click on these shortcuts in viewer to open PDF file in the PDF.Live viewer. 

HOW TO USE THE PDF.Live CHROME EXTENSION
1. Install the PDF.Live extension for Chrome.
2. Pin the extension for quick access.
3. Open any PDF in your browser.
4. Select an PDF.Live tool.

By installing this extension, you agree to the Terms of Service (https://pdf.live/tos) and Privacy Policy (https://pdf.live/privacy)                    

एक्सटेंशन की मूल जानकारी

नाम PDF.Live - tools for pdf viewer PDF.Live - tools for pdf viewer
ID klomicdickddommelapkjncgopeealnd
आधिकारिक URL https://chrome.google.com/webstore/detail/pdflive-tools-for-pdf-vie/klomicdickddommelapkjncgopeealnd
विवरण PDF.Live extension provides quick links on browser PDF Viewer to sign, edit or save PDF files in other formats.
फ़ाइल का आकार 67.11 KB
स्थापना संख्या 1,153
वर्तमान संस्करण 1.23.925
अंतिम अपडेट 2023-09-29
प्रकाशन तिथि 2022-06-12
डेवलपर pdflive
ईमेल [email protected]
एक्सटेंशन वेबसाइट https://pdf.live
गोपनीयता नीति पृष्ठ URL https://pdf.live/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PDF.Live - tools for pdf viewer",
    "short_name": "PDFLive",
    "description": "PDF.Live extension provides quick links on browser PDF Viewer to sign, edit or save PDF files in other formats.",
    "version": "1.23.925",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png",
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "48": "icons\/48.png",
            "32": "icons\/32.png",
            "128": "icons\/128.png"
        },
        "default_title": "PDF Live"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "declarativeNetRequest",
        "scripting",
        "alarms"
    ],
    "manifest_version": 3
}