PPTX to PDF Converter

Convert PowerPoint slides(pptx) to PDF documents.

什么是PPTX to PDF Converter?

PPTX to PDF Converter是由https://online-converter.freepdfsolutions.com开发的Chrome扩展程序,该扩展的主要功能是“Convert PowerPoint slides(pptx) to PDF documents.”。

扩展截图

screenshot
screenshot

下载PPTX to PDF Converter扩展crx文件

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

扩展使用说明

                        Convert PowerPoint slides to PDF documents. 

Supported file types are
.pptx and .ppt

WHAT PDF SOLUTIONS CONVERTER IS ALL ABOUT?
We understand the frustrations when it come to dealing with pdf files and not having proper software to view or convert these. We at Free PDF Solutions make conversion simple to all user types and thrive on doing so.

With PPTX to PDF Converter, there's...
• No registration required
• Ease of use
• Links to our online conversion utilities.

New version: removed new tab change.

You can uninstall the extension at any time.                    

扩展基本信息

名称 PPTX to PDF Converter PPTX to PDF Converter
ID mckakjpbeodecoangkmlaflnfadelgml
官方URL https://chromewebstore.google.com/detail/pptx-to-pdf-converter/mckakjpbeodecoangkmlaflnfadelgml
简介 Convert PowerPoint slides(pptx) to PDF documents.
文件大小 4.63 MB
安装次数 1,161
当前版本 5
更新时间 2023-06-13
上架时间 2020-05-28
评分 2.45/5 共11次评分
开发者 https://online-converter.freepdfsolutions.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://online-converter.freepdfsolutions.com/#pptx-to-pdf-converter
隐私政策页面URL https://www.freepdfsolutions.com/privacypolicy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "PPTX to PDF Converter",
    "description": "__MSG_extDescription__",
    "version": "5",
    "version_name": "5",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "PPTX to PDF Converter"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/online-converter.freepdfsolutions.com\/*"
    ]
}