PDF Converter

Convinent tool to convert DOCX to PDF right from new tab

What is PDF Converter?

PDF Converter is a Chrome extension developed by Triplex Media, and its main feature is "Convinent tool to convert DOCX to PDF right from new tab".

Extension Screenshots

screenshot

Download PDF Converter Extension CRX File

Download PDF Converter 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

                        With our PDF Extension. When you open a New Browser Tab life is easier to quickly and easily convert documents to PDF

Simple open new tab, and drag and drop your into the browser for an instant conversion. 

Easy to use interface to convert files quickly and easily.

Key Features Include
- Providing the best search results by changing your search engine on the new tab to Bing
- Drag and drop convert feature for faster conversion
- Quick view time of day
- Access to your social media platforms

By clicking "Add to chrome", I accept and agree to installing the PDF Converter Chrome™ extension and setting Chrome™ New Tab and new tab search engine to that provided by the service and the Privacy (https://triplex.media/privacy_policy.html) and Terms of Use(https://triplex.media/terms.html).

Triplex Media,
1/60 Park St, Sydney NSW 2000
[email protected]                    

Extension Basic Information

Name PDF Converter PDF Converter
ID mpcoopflcfldoffkbjhpnhcpnagfcmbg
Official URL https://chromewebstore.google.com/detail/pdf-converter/mpcoopflcfldoffkbjhpnhcpnagfcmbg
Description Convinent tool to convert DOCX to PDF right from new tab
File Size 3.78 MB
Installation Count 85,744
Current Version 1.3
Last Updated 2021-07-26
Publish Date 2020-06-19
Developer Triplex Media
Email [email protected]
Payment Type free
Privacy Policy Page URL https://triplex.media/privacy_policy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PDF Converter",
    "author": "Frooty Studios",
    "description": "Convinent tool to convert DOCX to PDF right from new tab",
    "version": "1.3",
    "manifest_version": 2,
    "icons": {
        "128": "assets\/imgs\/ex_logo_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "views\/tabs\/tabs.html"
    },
    "browser_action": [],
    "background": {
        "scripts": [
            ".\/backgroundScript\/backgroundScript.js"
        ],
        "persistent": true
    },
    "permissions": [
        "*:\/\/search101.info\/*",
        "https:\/\/d2q2b2smtdn85x.cloudfront.net\/stats\/v2\/ntext\/install\/*"
    ]
}