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
Eメール [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"
            ]
        }
    ]
}