Speedpdf

Speedpdf - Convert, Compress and Share PDF

什么是Speedpdf?

Speedpdf是由https://speedpdf.com开发的Chrome扩展程序,该扩展的主要功能是“Speedpdf - Convert, Compress and Share PDF”。

扩展截图

screenshot

下载Speedpdf扩展crx文件

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

扩展使用说明

                        Free online convert, compress, merge, split and share your PDF files

★ Power-up your productivity by adding Speedpdf to Chrome! Gain instant access to a suite of useful tools to work with PDFs online.

★ PDF Tools and PDF Converters: 
- PDF to Word, Excel, PPT
- Word, Excel, PPT to PDF
- Convert images to and from PDF
- Reduce the size of your PDF
- Merge, Split and Extract PDF Pages
- Caj to PDF, Caj to Word
- Protect and Unlock PDF                    

扩展基本信息

名称 Speedpdf Speedpdf
ID edmehlbdajlhcbpadjphafonmgoocogh
官方URL https://chromewebstore.google.com/detail/speedpdf/edmehlbdajlhcbpadjphafonmgoocogh
简介 Speedpdf - Convert, Compress and Share PDF
文件大小 104 KB
安装次数 10,000
当前版本 1.1
更新时间 2020-11-03
上架时间 2020-03-17
评分 4.20/5 共10次评分
开发者 https://speedpdf.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://speedpdf.com/?chrome-web
隐私政策页面URL https://speedpdf.com/terms/privacy.html
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Speedpdf",
    "version": "1.1",
    "description": "Speedpdf - Convert, Compress and Share PDF",
    "author": "Hiten",
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ]
}