Free PDF Converter

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

什么是Free PDF Converter?

Free PDF Converter是由https://dy1.com开发的Chrome扩展程序,该扩展的主要功能是“Converter tool that supports PDF, Word, Excel, PPT, JPG. Convert PDF to different formats and vice versa in one click.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Free PDF Converter扩展crx文件

下载Free PDF Converter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Free PDF Converter Free PDF Converter
ID lfdmeeegepbbjaopiekcnmenhmcpjhhg
官方URL https://chromewebstore.google.com/detail/free-pdf-converter/lfdmeeegepbbjaopiekcnmenhmcpjhhg
简介 Converter tool that supports PDF, Word, Excel, PPT, JPG. Convert PDF to different formats and vice versa in one click.
文件大小 292 KB
安装次数 32,095
当前版本 2.0.2
更新时间 2023-08-29
上架时间 2020-06-29
评分 4.20/5 共20次评分
开发者 https://dy1.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.dy1.com
帮助页面URL https://www.dy1.com
隐私政策页面URL https://dy1.com/privacy-policy.html
支持的语言 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": [
                ""
            ]
        }
    ]
}