Speedpdf

Speedpdf - Convert, Compress and Share PDF

What is Speedpdf?

Speedpdf is a Chrome extension developed by https://speedpdf.com, and its main feature is "Speedpdf - Convert, Compress and Share PDF".

Extension Screenshots

screenshot

Download Speedpdf Extension CRX File

Download Speedpdf extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Speedpdf Speedpdf
ID edmehlbdajlhcbpadjphafonmgoocogh
Official URL https://chromewebstore.google.com/detail/speedpdf/edmehlbdajlhcbpadjphafonmgoocogh
Description Speedpdf - Convert, Compress and Share PDF
File Size 104 KB
Installation Count 10,000
Current Version 1.1
Last Updated 2020-11-03
Publish Date 2020-03-17
Rating 4.20/5 Total 10 Ratings
Developer https://speedpdf.com
Email [email protected]
Payment Type free
Extension Website https://speedpdf.com/?chrome-web
Privacy Policy Page URL https://speedpdf.com/terms/privacy.html
Supported Languages 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"
            ]
        }
    ]
}