Doc to PDF

Easily convert and download any document (doc, docx, ppt, etc.) to a PDF file.

Doc to PDF क्या है?

Doc to PDF Muyor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily convert and download any document (doc, docx, ppt, etc.) to a PDF file."।

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

screenshot

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

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

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

                        Doc to PDF is a lite extension that let you easily download a wide range of documents as a PDF file right in your browser.

Simply add the add-on to your browser and start surfing. Once you see a document link (i.e. .doc, .docx, .pdf), please right-click on the link and then select - Download as PDF - from context-menu. The document will be downloaded as a PDF file to your machine.

Please note that, this add-on uses Google - GView - engine to convert the documents. Moreover, it supports a wide range of document types, including doc, docx, ppt and more.

If you have a feature request, or found a bug to report, please fill the bug report form in the add-on's homepage (http://mybrowseraddon.com/doc-to-pdf.html).                    

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

नाम Doc to PDF Doc to PDF
ID hogjkpeffjaioikafebhicakheeblljm
आधिकारिक URL https://chrome.google.com/webstore/detail/doc-to-pdf/hogjkpeffjaioikafebhicakheeblljm
विवरण Easily convert and download any document (doc, docx, ppt, etc.) to a PDF file.
फ़ाइल का आकार 26.54 KB
स्थापना संख्या 2,000
वर्तमान संस्करण 0.1.0
अंतिम अपडेट 2018-04-21
प्रकाशन तिथि 2018-04-21
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर Muyor
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://mybrowseraddon.com/doc-to-pdf.html
सहायता पृष्ठ URL http://mybrowseraddon.com/doc-to-pdf.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.0",
    "name": "Doc to PDF",
    "manifest_version": 2,
    "short_name": "doc-to-pdf",
    "background": {
        "page": "lib\/chrome\/background.html"
    },
    "homepage_url": "http:\/\/mybrowseraddon.com\/doc-to-pdf.html",
    "description": "Easily convert and download any document (doc, docx, ppt, etc.) to a PDF file.",
    "permissions": [
        "storage",
        "downloads",
        "contextMenus",
        "notifications",
        "*:\/\/docs.google.com\/gview*"
    ],
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}