Compress PDF

Compress PDF Files Online in Seconds!

什么是Compress PDF?

Compress PDF是由https://zonepdf.com开发的Chrome扩展程序,该扩展的主要功能是“Compress PDF Files Online in Seconds!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Compress PDF扩展crx文件

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

扩展使用说明

                        Compress PDF

Easy and secure way to Compress PDF Files Online!

Select or drag your files, then click the Compress button to download your compressed pdf files.
All compressed files maintain the best quality which can be accepted on any web platform (when uploading to a website or attaching as email).

Your files are fully secure as they are been transferred over a secure connection. We’ll permanently delete all files from our servers within a few hours after conversion.                    

扩展基本信息

名称 Compress PDF Compress PDF
ID hjoenpcoghflmcbjdfknjebchdndmnoo
官方URL https://chromewebstore.google.com/detail/compress-pdf/hjoenpcoghflmcbjdfknjebchdndmnoo
简介 Compress PDF Files Online in Seconds!
文件大小 30.08 KB
安装次数 42,890
当前版本 4.0
更新时间 2024-01-12
上架时间 2019-08-29
评分 3.72/5 共29次评分
开发者 https://zonepdf.com
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://zonepdf.com
隐私政策页面URL https://zonepdf.com/privacy
支持的语言 de,en,fr,es,pt-BR,pt-PT
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "homepage_url": "https:\/\/zonepdf.com",
    "description": "__MSG_extDescription__",
    "version": "4.0",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*.pdf",
                "http:\/\/*\/*.pdf",
                "file:\/\/*\/*.pdf"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.zonepdf.com\/*"
    ],
    "action": {
        "default_icon": "icon-compress.png"
    },
    "icons": {
        "96": "icon-compress-96.png",
        "128": "icon-compress-128.png"
    }
}