ConvertToPdf

ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page.

What is ConvertToPdf?

ConvertToPdf is a Chrome extension developed by ztek.apps, and its main feature is "ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page.".

Extension Screenshots

screenshot
screenshot

Download ConvertToPdf Extension CRX File

Download ConvertToPdf extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Get links to PDF converter with as well as  new tab page search.
ConvertoPDF Tab Offers:
- Convenient and easy search
- Links for different PDF related capabilities

The extension requests the following permissions:
- Set your new tab page search to https://nt.convertopdf.com/
- Can read and change your data on sites: 
  *://*.convertopdf.com/*
https://*.blpsearch.com/*
https://*.service.prsstobe.com/*

terms:
https://www.convertopdf.com/terms

privacy:
https://www.convertopdf.com/privacy                    

Extension Basic Information

Name ConvertToPdf ConvertToPdf
ID cphpiaeghkgaodcpcepgboloofaajjib
Official URL https://chromewebstore.google.com/detail/converttopdf/cphpiaeghkgaodcpcepgboloofaajjib
Description ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page.
File Size 73.86 KB
Installation Count 1,100
Current Version 1.0.833.904
Last Updated 2020-07-17
Publish Date 2020-06-28
Rating 4.50/5 Total 2 Ratings
Developer ztek.apps
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.blpsearch.com/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.833.904",
    "name": "ConvertToPdf",
    "description": "ConvertoPDF allows you to view, edit, convert and create PDFs online, plus get direct access to web search on your new tab page.",
    "icons": {
        "128": "icons\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/brand.js",
            "js\/aes.js",
            "js\/mode-ecb.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/icon-128.png",
        "default_title": "ConvertToPdf"
    },
    "chrome_url_overrides": {
        "newtab": "newtab\/index.html"
    },
    "web_accessible_resources": [
        "icons\/checker.gif"
    ],
    "permissions": [
        "*:\/\/*.convertopdf.com\/*",
        "https:\/\/*.blpsearch.com\/*",
        "https:\/\/*.service.prsstobe.com\/*",
        "cookies",
        "storage"
    ]
}