FormatPDF

FormatPDF

什么是FormatPDF?

FormatPDF是由https://formatpdf.com开发的Chrome扩展程序,该扩展的主要功能是“FormatPDF”。

扩展截图

screenshot
screenshot

下载FormatPDF扩展crx文件

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

扩展使用说明

                        🆕 The official extension of FormatPDF, the online PDF converter you were looking for.

💻 Convert, edit and make any changes you need to your PDF documents.

🌟 With the FormatPDF extension for the Google Chrome browser you can quickly access all our tools: one click and you can compress, rotate, split, edit or convert PDF documents to any other format.

📜 Online PDF tools included in this extension are:

- Compress PDF
- Split PDF
- Order PDF
- Rotate PDF
- Protect PDF
- Word to PDF
- PDF to Word
- JPG to PDF
- PDF to JPG
- Excel to PDF
- PDF to Excel
- EPUB to PDF
- PDF to EPUB
- PowerPoint to PDF
- PDF to PowerPoint
- Number PDF pages
- Merge PDF
- Sign PDF
- Edit PDF
- Unlock PDF
- ODT to PDF
- PDF to ODT
- TIFF to PDF
- DJVU to PDF
- Print PDF
- Repair PDF
- Write to PDF
- Draw on PDF
- Delete PDF pages
- Put watermark to PDF
- Remove watermark from PDF
- PDF to HTML
- HTML to PDF

We love PDF ❤️                    

扩展基本信息

名称 FormatPDF FormatPDF
ID iakjgnbldglbbakgeobkagcpchkbmlcl
官方URL https://chromewebstore.google.com/detail/formatpdf/iakjgnbldglbbakgeobkagcpchkbmlcl
简介 FormatPDF
文件大小 282 KB
安装次数 2,255
当前版本 1.0
更新时间 2022-09-21
上架时间 2022-09-21
评分 4.20/5 共5次评分
开发者 https://formatpdf.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.formatpdf.com
帮助页面URL https://www.formatpdf.com/en/contact-us/
隐私政策页面URL https://www.formatpdf.com/en/privacy-policy
支持的语言 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.0",
    "default_locale": "es",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/ext-icon.png",
            "32": "\/images\/ext-icon.png",
            "48": "\/images\/ext-icon.png",
            "128": "\/images\/ext-icon.png"
        }
    },
    "icons": {
        "16": "\/images\/ext-icon.png",
        "32": "\/images\/ext-icon.png",
        "48": "\/images\/ext-icon.png",
        "128": "\/images\/ext-icon.png"
    },
    "options_page": "options.html"
}