PDF Converty New Tab

Convert PDF and search the web on each new tab, fast and easy to use

PDF Converty New Tab क्या है?

PDF Converty New Tab newtabpdfconverty द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert PDF and search the web on each new tab, fast and easy to use"।

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

screenshot

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

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

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

                        PDFConverty New Tab is a very easy-to-use web based interface for PDF conversion and searching the web.
Each new tab includes a unique rectangle where you can easily drag and drop your documents and convert them from PDF to Doc and Doc to Pdf. Furthermore, each new tab also includes a search field so you can easily make your daily queries along conversion tasks.
 
Just go online and convert any document to PDF using this simple UI.
Additionally, on this new tab, you can search the web using this simple interface.
The best and easiest way to convert PDF! 

Some important information for you:
By clicking on the 'Add to Chrome' button and installing PdfConvertyNewTab, you agree to install this extension, with our Privacy Policy and our Terms of Service. 

By installing, PdfConvertyNewTab will change your Chrome's new tab.
You can decide to remove or disable this extension anytime.
You can Review our Terms of Service at https://pdfconvertynewtab.com/terms.html                    

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

नाम PDF Converty New Tab PDF Converty New Tab
ID hpihjedjcchklaihjimdgcomfilgdnea
आधिकारिक URL https://chrome.google.com/webstore/detail/pdf-converty-new-tab/hpihjedjcchklaihjimdgcomfilgdnea
विवरण Convert PDF and search the web on each new tab, fast and easy to use
फ़ाइल का आकार 1.73 MB
स्थापना संख्या 75
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2023-01-20
प्रकाशन तिथि 2023-01-18
डेवलपर newtabpdfconverty
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://pdfconvertynewtab.com/
गोपनीयता नीति पृष्ठ URL https://pdfconvertynewtab.com/privacy.html
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "logo.png",
        "48": "logo.png",
        "128": "logo.png"
    },
    "manifest_version": 3,
    "name": "PDF Converty New Tab",
    "version": "1.0.1",
    "description": "Convert PDF and search the web on each new tab, fast and easy to use",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/pdfconvertynewtab.com\/\/",
        "*:\/\/.pdfconvertynewtab.com\/\/",
        "*:\/\/*\/*"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "action": {
        "default_icon": "logo.png"
    }
}