Free PDF Converter

Converter tool that supports PDF, Word, Excel, PPT, JPG. Convert PDF to different formats and vice versa in one click.

What is Free PDF Converter?

Free PDF Converter is a Chrome extension developed by https://dy1.com, and its main feature is "Converter tool that supports PDF, Word, Excel, PPT, JPG. Convert PDF to different formats and vice versa in one click.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Free PDF Converter Extension CRX File

Download Free 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

                        Quick and easy access right from your browser Free PDF Converter processes documents in Word, Excel, PDF, PPT and JPG. Just select Word file and press convert to PDF in order to take needed format. And it supports PDF merge split, and edit.                    

Extension Basic Information

Name Free PDF Converter Free PDF Converter
ID lfdmeeegepbbjaopiekcnmenhmcpjhhg
Official URL https://chromewebstore.google.com/detail/free-pdf-converter/lfdmeeegepbbjaopiekcnmenhmcpjhhg
Description Converter tool that supports PDF, Word, Excel, PPT, JPG. Convert PDF to different formats and vice versa in one click.
File Size 292 KB
Installation Count 32,095
Current Version 2.0.2
Last Updated 2023-08-29
Publish Date 2020-06-29
Rating 4.20/5 Total 20 Ratings
Developer https://dy1.com
Email [email protected]
Payment Type free
Extension Website https://www.dy1.com
Help Page URL https://www.dy1.com
Privacy Policy Page URL https://dy1.com/privacy-policy.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "version": "2.0.2",
    "description": "__MSG_ext_description__",
    "default_locale": "en",
    "homepage_url": "https:\/\/www.qwerpdf.com\/",
    "author": "qwerpdf.com",
    "action": {
        "default_icon": "images\/icons\/icon48.png",
        "default_title": "__MSG_ext_name__"
    },
    "icons": {
        "16": "images\/icons\/icon16.png",
        "32": "images\/icons\/icon32.png",
        "48": "images\/icons\/icon48.png",
        "128": "images\/icons\/icon128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "js\/content_script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "notifications",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.abcdpdf.com\/",
        "https:\/\/*.qwerpdf.com\/"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "upload.html",
                "index_popup.html"
            ],
            "matches": [
                ""
            ]
        }
    ]
}