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
官方網址 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"
            ]
        }
    ]
}