PDF to Word

Convert PDF Files to Word Online in Seconds!

PDF to Word क्या है?

PDF to Word https://zonepdf.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert PDF Files to Word Online in Seconds!"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Convert PDF to Word Online

Fast and easy way to convert PDF files

Select or drag your files, then click the Convert button to download your converted files.
All converted files maintain the best quality which can be accepted on any web platform (when uploading to a website or attaching as email).

Your files are fully secure as they are been transferred over a secure connection. We’ll permanently delete all files from our servers within a few hours after conversion.                    

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

नाम PDF to Word PDF to Word
ID cbhkphjegipombfappcleaojbmcklijj
आधिकारिक URL https://chromewebstore.google.com/detail/pdf-to-word/cbhkphjegipombfappcleaojbmcklijj
विवरण Convert PDF Files to Word Online in Seconds!
फ़ाइल का आकार 31.95 KB
स्थापना संख्या 76,273
वर्तमान संस्करण 2.5
अंतिम अपडेट 2022-11-09
प्रकाशन तिथि 2020-05-06
रेटिंग 3.62/5 कुल 13 रेटिंग्स
डेवलपर https://zonepdf.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://zonepdf.com/
गोपनीयता नीति पृष्ठ URL https://zonepdf.com/privacy
समर्थित भाषाएँ de,en,fr,es,it,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "homepage_url": "https:\/\/zonepdf.com",
    "description": "__MSG_extDescription__",
    "version": "2.5",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*.pdf",
                "http:\/\/*\/*.pdf",
                "file:\/\/*\/*.pdf"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "host_permissions": [
        "https:\/\/*.zonepdf.com\/*"
    ],
    "action": {
        "default_icon": "icon-pdf-word.png"
    },
    "icons": {
        "96": "icon-pdf-word-96.png",
        "128": "icon-pdf-word-128.png"
    }
}